Html Css Color HEX #FF5916 International Orange
📋 copy color: '#FF5916'red 255 ◦ green 89 ◦ blue 22
Shades of International Orange #FF5916
Tints of International Orange #FF5916
RGB
CMYK
RGB Variations
Color information
#FF5916 (or 0xFF5916) is known color: International Orange. HEX triplet: FF, 59 and 16. RGB value is (255,89,22). Sum of RGB (Red+Green+Blue) = 255+89+22=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5916 is #00A6E9. Grayscale: #838383. Windows color (decimal): -42730 or 1464831. OLE color: 1464831.
HSL color Cylindrical-coordinate representation of color #FF5916: hue angle of 17.25º 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 #FF5916 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0 |
| HSL | 17.25º | 1% | 0.54% | - |
| HSV(B) | 17.25º | 0.91% | 1% | - |
| XYZ | 44.96 | 28.46 | 3.88 | - |
| YUV | 131 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 22 | 0 | 0.65 | 0.91 | 0 | 17.25 | 1 | 0.54 |
| Hex | FF | 59 | 16 | 0 | 41 | 5B | 0 | 11 | 64 | 36 |
| Octal | 377 | 131 | 26 | 0 | 101 | 133 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1011001 | 10110 | 0 | 1000001 | 1011011 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5916
Complementary color
Monochromatic Colors of #FF5916
Black with #FF5916
Text Example
Text Example
White with #FF5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5916; }
p { color: rgb(255,89,22); }
H1.HeaderClassName
{
color: #FF5916;
}
.AnyTagClassName
{
color: #FF5916;
}
</style>
background-color css
<style>
a { background-color: #FF5916; }
a { background-color: rgb(255,89,22); }
div.DivClassName
{
background-color: #FF5916;
}
.BgClassName
{
background-color: #FF5916;
}
</style>
border-color css
<style>
span { border-color: #FF5916; }
span { border-color: rgb(255,89,22); }
td.TdClassName
{
border-color: #FF5916;
}
.TagClassName
{
border-color: #FF5916;
}
</style>