Shades of International Orange #FF5A00
Tints of International Orange #FF5A00
RGB
CMYK
RGB Variations
Color information
#FF5A00 (or 0xFF5A00) is known color: International Orange. HEX triplet: FF, 5A and 00. RGB value is (255,90,0). Sum of RGB (Red+Green+Blue) = 255+90+0=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A00 is #00A5FF. Grayscale: #818181. Windows color (decimal): -42496 or 23295. OLE color: 23295.
HSL color Cylindrical-coordinate representation of color #FF5A00: hue angle of 21.18º 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 #FF5A00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 90 | 0 | - |
CMYK | 0 | 0.65 | 1 | 0 |
HSL | 21.18º | 1% | 0.5% | - |
HSV(B) | 21.18º | 1% | 1% | - |
XYZ | 44.9 | 28.57 | 3.15 | - |
YUV | 129.08 | 55.16 | 217.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 90 | 0 | 0 | 0.65 | 1 | 0 | 21.18 | 1 | 0.5 |
Hex | FF | 5A | 0 | 0 | 41 | 64 | 0 | 15 | 64 | 32 |
Octal | 377 | 132 | 0 | 0 | 101 | 144 | 0 | 25 | 144 | 62 |
Binary | 11111111 | 1011010 | 0 | 0 | 1000001 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FF5A00
Complementary color
Monochromatic Colors of #FF5A00
Black with #FF5A00
Text Example
Text Example
White with #FF5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A00; }
p { color: rgb(255,90,0); }
H1.HeaderClassName
{
color: #FF5A00;
}
.AnyTagClassName
{
color: #FF5A00;
}
</style>
background-color css
<style>
a { background-color: #FF5A00; }
a { background-color: rgb(255,90,0); }
div.DivClassName
{
background-color: #FF5A00;
}
.BgClassName
{
background-color: #FF5A00;
}
</style>
border-color css
<style>
span { border-color: #FF5A00; }
span { border-color: rgb(255,90,0); }
td.TdClassName
{
border-color: #FF5A00;
}
.TagClassName
{
border-color: #FF5A00;
}
</style>