#FF5900

Color #FF5900 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #FF5900

Tints of International Orange #FF5900

Color information

#FF5900 (or 0xFF5900) is unknown color: approx International Orange. HEX triplet: FF, 59 and 00. RGB value is (255,89,0). Sum of RGB (Red+Green+Blue) = 255+89+0=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5900 is #00A6FF. Grayscale: #818181. Windows color (decimal): -42752 or 23039. OLE color: 23039.

HSL color Cylindrical-coordinate representation of color #FF5900: hue angle of 20.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB255890-
CMYK00.6510
HSL20.94º100%50%-
HSV(B)20.94º100%100%-
XYZ44.8128.43.12-
YUV128.4955.5218.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 74.13%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.13%
G=25.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25589000.651020.9410050
HexFF590041640156432
Octal3771310010114402514462
Binary11111111101100100100000111001000101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5900; }

 p { color: rgb(255,89,0); }

 H1.HeaderClassName
 {
   color: #FF5900;
 }
 .AnyTagClassName
 {
   color: #FF5900;
 }
</style>
background-color css

<style>
 a { background-color: #FF5900; }

 a { background-color: rgb(255,89,0); }

 div.DivClassName
 {
   background-color: #FF5900;
 }
 .BgClassName
 {
   background-color: #FF5900;
 }
</style>
border-color css

<style>
 span { border-color: #FF5900; }

 span { border-color: rgb(255,89,0); }

 td.TdClassName
 {
   border-color: #FF5900;
 }
 .TagClassName
 {
   border-color: #FF5900;
 }
</style>