Html Css Color HEX #FF5416 International Orange
📋 copy color: '#FF5416'red 255 ◦ green 84 ◦ blue 22
Shades of International Orange #FF5416
Tints of International Orange #FF5416
RGB
CMYK
RGB Variations
Color information
#FF5416 (or 0xFF5416) is known color: International Orange. HEX triplet: FF, 54 and 16. RGB value is (255,84,22). Sum of RGB (Red+Green+Blue) = 255+84+22=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5416 is #00ABE9. Grayscale: #808080. Windows color (decimal): -44010 or 1463551. OLE color: 1463551.
HSL color Cylindrical-coordinate representation of color #FF5416: hue angle of 15.97º 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 #FF5416 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0 |
| HSL | 15.97º | 1% | 0.54% | - |
| HSV(B) | 15.97º | 0.91% | 1% | - |
| XYZ | 44.56 | 27.66 | 3.75 | - |
| YUV | 128.06 | 68.15 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 22 | 0 | 0.67 | 0.91 | 0 | 15.97 | 1 | 0.54 |
| Hex | FF | 54 | 16 | 0 | 43 | 5B | 0 | 10 | 64 | 36 |
| Octal | 377 | 124 | 26 | 0 | 103 | 133 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010100 | 10110 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5416
Complementary color
Monochromatic Colors of #FF5416
Black with #FF5416
Text Example
Text Example
White with #FF5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5416; }
p { color: rgb(255,84,22); }
H1.HeaderClassName
{
color: #FF5416;
}
.AnyTagClassName
{
color: #FF5416;
}
</style>
background-color css
<style>
a { background-color: #FF5416; }
a { background-color: rgb(255,84,22); }
div.DivClassName
{
background-color: #FF5416;
}
.BgClassName
{
background-color: #FF5416;
}
</style>
border-color css
<style>
span { border-color: #FF5416; }
span { border-color: rgb(255,84,22); }
td.TdClassName
{
border-color: #FF5416;
}
.TagClassName
{
border-color: #FF5416;
}
</style>