Html Css Color HEX #FF5A0B International Orange
📋 copy color: '#FF5A0B'red 255 ◦ green 90 ◦ blue 11
Shades of International Orange #FF5A0B
Tints of International Orange #FF5A0B
RGB
CMYK
RGB Variations
Color information
#FF5A0B (or 0xFF5A0B) is known color: International Orange. HEX triplet: FF, 5A and 0B. RGB value is (255,90,11). Sum of RGB (Red+Green+Blue) = 255+90+11=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A0B is #00A5F4. Grayscale: #828282. Windows color (decimal): -42485 or 744191. OLE color: 744191.
HSL color Cylindrical-coordinate representation of color #FF5A0B: hue angle of 19.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5A0B is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 11 | - |
| CMYK | 0 | 0.65 | 0.96 | 0 |
| HSL | 19.43º | 1% | 0.52% | - |
| HSV(B) | 19.43º | 0.96% | 1% | - |
| XYZ | 44.96 | 28.6 | 3.47 | - |
| YUV | 130.33 | 60.66 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 11 | 0 | 0.65 | 0.96 | 0 | 19.43 | 1 | 0.52 |
| Hex | FF | 5A | B | 0 | 41 | 60 | 0 | 13 | 64 | 34 |
| Octal | 377 | 132 | 13 | 0 | 101 | 140 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1011010 | 1011 | 0 | 1000001 | 1100000 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF5A0B
Complementary color
Monochromatic Colors of #FF5A0B
Black with #FF5A0B
Text Example
Text Example
White with #FF5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A0B; }
p { color: rgb(255,90,11); }
H1.HeaderClassName
{
color: #FF5A0B;
}
.AnyTagClassName
{
color: #FF5A0B;
}
</style>
background-color css
<style>
a { background-color: #FF5A0B; }
a { background-color: rgb(255,90,11); }
div.DivClassName
{
background-color: #FF5A0B;
}
.BgClassName
{
background-color: #FF5A0B;
}
</style>
border-color css
<style>
span { border-color: #FF5A0B; }
span { border-color: rgb(255,90,11); }
td.TdClassName
{
border-color: #FF5A0B;
}
.TagClassName
{
border-color: #FF5A0B;
}
</style>