Html Css Color HEX #FF5A16 International Orange
📋 copy color: '#FF5A16'red 255 ◦ green 90 ◦ blue 22
Shades of International Orange #FF5A16
Tints of International Orange #FF5A16
RGB
CMYK
RGB Variations
Color information
#FF5A16 (or 0xFF5A16) is known color: International Orange. HEX triplet: FF, 5A and 16. RGB value is (255,90,22). Sum of RGB (Red+Green+Blue) = 255+90+22=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A16 is #00A5E9. Grayscale: #848484. Windows color (decimal): -42474 or 1465087. OLE color: 1465087.
HSL color Cylindrical-coordinate representation of color #FF5A16: hue angle of 17.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF5A16 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0 |
| HSL | 17.51º | 1% | 0.54% | - |
| HSV(B) | 17.51º | 0.91% | 1% | - |
| XYZ | 45.04 | 28.63 | 3.91 | - |
| YUV | 131.58 | 66.16 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 22 | 0 | 0.65 | 0.91 | 0 | 17.51 | 1 | 0.54 |
| Hex | FF | 5A | 16 | 0 | 41 | 5B | 0 | 12 | 64 | 36 |
| Octal | 377 | 132 | 26 | 0 | 101 | 133 | 0 | 22 | 144 | 66 |
| Binary | 11111111 | 1011010 | 10110 | 0 | 1000001 | 1011011 | 0 | 10010 | 1100100 | 110110 |
Color Harmonies of #FF5A16
Complementary color
Monochromatic Colors of #FF5A16
Black with #FF5A16
Text Example
Text Example
White with #FF5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A16; }
p { color: rgb(255,90,22); }
H1.HeaderClassName
{
color: #FF5A16;
}
.AnyTagClassName
{
color: #FF5A16;
}
</style>
background-color css
<style>
a { background-color: #FF5A16; }
a { background-color: rgb(255,90,22); }
div.DivClassName
{
background-color: #FF5A16;
}
.BgClassName
{
background-color: #FF5A16;
}
</style>
border-color css
<style>
span { border-color: #FF5A16; }
span { border-color: rgb(255,90,22); }
td.TdClassName
{
border-color: #FF5A16;
}
.TagClassName
{
border-color: #FF5A16;
}
</style>