Html Css Color HEX #FF5B16 International Orange
📋 copy color: '#FF5B16'red 255 ◦ green 91 ◦ blue 22
Shades of International Orange #FF5B16
Tints of International Orange #FF5B16
RGB
CMYK
RGB Variations
Color information
#FF5B16 (or 0xFF5B16) is known color: International Orange. HEX triplet: FF, 5B and 16. RGB value is (255,91,22). Sum of RGB (Red+Green+Blue) = 255+91+22=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B16 is #00A4E9. Grayscale: #848484. Windows color (decimal): -42218 or 1465343. OLE color: 1465343.
HSL color Cylindrical-coordinate representation of color #FF5B16: hue angle of 17.77º 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 #FF5B16 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0 |
| HSL | 17.77º | 1% | 0.54% | - |
| HSV(B) | 17.77º | 0.91% | 1% | - |
| XYZ | 45.13 | 28.8 | 3.94 | - |
| YUV | 132.17 | 65.83 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 22 | 0 | 0.64 | 0.91 | 0 | 17.77 | 1 | 0.54 |
| Hex | FF | 5B | 16 | 0 | 40 | 5B | 0 | 12 | 64 | 36 |
| Octal | 377 | 133 | 26 | 0 | 100 | 133 | 0 | 22 | 144 | 66 |
| Binary | 11111111 | 1011011 | 10110 | 0 | 1000000 | 1011011 | 0 | 10010 | 1100100 | 110110 |
Color Harmonies of #FF5B16
Complementary color
Monochromatic Colors of #FF5B16
Black with #FF5B16
Text Example
Text Example
White with #FF5B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B16; }
p { color: rgb(255,91,22); }
H1.HeaderClassName
{
color: #FF5B16;
}
.AnyTagClassName
{
color: #FF5B16;
}
</style>
background-color css
<style>
a { background-color: #FF5B16; }
a { background-color: rgb(255,91,22); }
div.DivClassName
{
background-color: #FF5B16;
}
.BgClassName
{
background-color: #FF5B16;
}
</style>
border-color css
<style>
span { border-color: #FF5B16; }
span { border-color: rgb(255,91,22); }
td.TdClassName
{
border-color: #FF5B16;
}
.TagClassName
{
border-color: #FF5B16;
}
</style>