Html Css Color HEX #FF5816 International Orange
📋 copy color: '#FF5816'red 255 ◦ green 88 ◦ blue 22
Shades of International Orange #FF5816
Tints of International Orange #FF5816
RGB
CMYK
RGB Variations
Color information
#FF5816 (or 0xFF5816) is known color: International Orange. HEX triplet: FF, 58 and 16. RGB value is (255,88,22). Sum of RGB (Red+Green+Blue) = 255+88+22=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5816 is #00A7E9. Grayscale: #828282. Windows color (decimal): -42986 or 1464575. OLE color: 1464575.
HSL color Cylindrical-coordinate representation of color #FF5816: hue angle of 17º 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 #FF5816 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0 |
| HSL | 17º | 1% | 0.54% | - |
| HSV(B) | 17º | 0.91% | 1% | - |
| XYZ | 44.87 | 28.3 | 3.86 | - |
| YUV | 130.41 | 66.83 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 22 | 0 | 0.65 | 0.91 | 0 | 17 | 1 | 0.54 |
| Hex | FF | 58 | 16 | 0 | 41 | 5B | 0 | 11 | 64 | 36 |
| Octal | 377 | 130 | 26 | 0 | 101 | 133 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1011000 | 10110 | 0 | 1000001 | 1011011 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5816
Complementary color
Monochromatic Colors of #FF5816
Black with #FF5816
Text Example
Text Example
White with #FF5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5816; }
p { color: rgb(255,88,22); }
H1.HeaderClassName
{
color: #FF5816;
}
.AnyTagClassName
{
color: #FF5816;
}
</style>
background-color css
<style>
a { background-color: #FF5816; }
a { background-color: rgb(255,88,22); }
div.DivClassName
{
background-color: #FF5816;
}
.BgClassName
{
background-color: #FF5816;
}
</style>
border-color css
<style>
span { border-color: #FF5816; }
span { border-color: rgb(255,88,22); }
td.TdClassName
{
border-color: #FF5816;
}
.TagClassName
{
border-color: #FF5816;
}
</style>