Html Css Color HEX #FF5A11 International Orange
📋 copy color: '#FF5A11'red 255 ◦ green 90 ◦ blue 17
Shades of International Orange #FF5A11
Tints of International Orange #FF5A11
RGB
CMYK
RGB Variations
Color information
#FF5A11 (or 0xFF5A11) is known color: International Orange. HEX triplet: FF, 5A and 11. RGB value is (255,90,17). Sum of RGB (Red+Green+Blue) = 255+90+17=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A11 is #00A5EE. Grayscale: #838383. Windows color (decimal): -42479 or 1137407. OLE color: 1137407.
HSL color Cylindrical-coordinate representation of color #FF5A11: hue angle of 18.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5A11 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0 |
| HSL | 18.4º | 1% | 0.53% | - |
| HSV(B) | 18.4º | 0.93% | 1% | - |
| XYZ | 45 | 28.61 | 3.68 | - |
| YUV | 131.01 | 63.66 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 17 | 0 | 0.65 | 0.93 | 0 | 18.4 | 1 | 0.53 |
| Hex | FF | 5A | 11 | 0 | 41 | 5D | 0 | 12 | 64 | 35 |
| Octal | 377 | 132 | 21 | 0 | 101 | 135 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1011010 | 10001 | 0 | 1000001 | 1011101 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF5A11
Complementary color
Monochromatic Colors of #FF5A11
Black with #FF5A11
Text Example
Text Example
White with #FF5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A11; }
p { color: rgb(255,90,17); }
H1.HeaderClassName
{
color: #FF5A11;
}
.AnyTagClassName
{
color: #FF5A11;
}
</style>
background-color css
<style>
a { background-color: #FF5A11; }
a { background-color: rgb(255,90,17); }
div.DivClassName
{
background-color: #FF5A11;
}
.BgClassName
{
background-color: #FF5A11;
}
</style>
border-color css
<style>
span { border-color: #FF5A11; }
span { border-color: rgb(255,90,17); }
td.TdClassName
{
border-color: #FF5A11;
}
.TagClassName
{
border-color: #FF5A11;
}
</style>