Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6844275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:21:23+00:00 2026-05-27T00:21:23+00:00

I know is simple and I know that is asked many times but still

  • 0

I know is simple and I know that is asked many times but still I couldn’t find the thing I am looking for.

I have a value from 0 to 500 it is a int.
I want to have an output from 0x00 to 0xFF.

public void method(int i)// 0-500
{
return the_proportional_value_in_hex_in_range_0_to_ff;
}

can someone writhe me a converter from this kind. Thanks

EDIT

I DO NOT wanted a exact conversion, I just wanted a SCALED conversion, and @Mac answered exactly what I needed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:21:24+00:00Added an answer on May 27, 2026 at 12:21 am

    int scaled = (i * 255) / 500;

    i / 500 scales i to the range 0 ... 1, then multiply by 255 (i.e. 0xFF) scales that to 0 ... 255. Doing it the other way around (multiply then divide) is just to prevent numeric underflow on the divide.

    To print as hex, you could use System.out.printf("%x", scaled);. I say print, because talking about a “hex value” isn’t terribly useful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

NOTE: I know that this has been asked many times before, but none of
I know that this question has been asked many times ( but in different
I know this question has been asked many and many times, but I have
I know that this is a simple question and asked by many more many
I know it has been asked many times... but I can't seem to figure
Hey all, I know that this question has been asked many times in this
I know this has been asked many times, and answered many times, but, all
I know this questions has been asked many times before -- but I haven't
This was asked many times, I know but this is different! I made this:
I know this has been asked many times, but I don't understand what is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.