Html Css Color HEX #FF5616 International Orange
📋 copy color: '#FF5616'red 255 ◦ green 86 ◦ blue 22
Shades of International Orange #FF5616
Tints of International Orange #FF5616
RGB
CMYK
RGB Variations
Color information
#FF5616 (or 0xFF5616) is known color: International Orange. HEX triplet: FF, 56 and 16. RGB value is (255,86,22). Sum of RGB (Red+Green+Blue) = 255+86+22=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5616 is #00A9E9. Grayscale: #818181. Windows color (decimal): -43498 or 1464063. OLE color: 1464063.
HSL color Cylindrical-coordinate representation of color #FF5616: hue angle of 16.48º 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 #FF5616 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0 |
| HSL | 16.48º | 1% | 0.54% | - |
| HSV(B) | 16.48º | 0.91% | 1% | - |
| XYZ | 44.71 | 27.97 | 3.8 | - |
| YUV | 129.24 | 67.49 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 22 | 0 | 0.66 | 0.91 | 0 | 16.48 | 1 | 0.54 |
| Hex | FF | 56 | 16 | 0 | 42 | 5B | 0 | 10 | 64 | 36 |
| Octal | 377 | 126 | 26 | 0 | 102 | 133 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010110 | 10110 | 0 | 1000010 | 1011011 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5616
Complementary color
Monochromatic Colors of #FF5616
Black with #FF5616
Text Example
Text Example
White with #FF5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5616; }
p { color: rgb(255,86,22); }
H1.HeaderClassName
{
color: #FF5616;
}
.AnyTagClassName
{
color: #FF5616;
}
</style>
background-color css
<style>
a { background-color: #FF5616; }
a { background-color: rgb(255,86,22); }
div.DivClassName
{
background-color: #FF5616;
}
.BgClassName
{
background-color: #FF5616;
}
</style>
border-color css
<style>
span { border-color: #FF5616; }
span { border-color: rgb(255,86,22); }
td.TdClassName
{
border-color: #FF5616;
}
.TagClassName
{
border-color: #FF5616;
}
</style>