Html Css Color HEX #FF5110 International Orange
📋 copy color: '#FF5110'red 255 ◦ green 81 ◦ blue 16
Shades of International Orange #FF5110
Tints of International Orange #FF5110
RGB
CMYK
RGB Variations
Color information
#FF5110 (or 0xFF5110) is known color: International Orange. HEX triplet: FF, 51 and 10. RGB value is (255,81,16). Sum of RGB (Red+Green+Blue) = 255+81+16=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5110 is #00AEEF. Grayscale: #7E7E7E. Windows color (decimal): -44784 or 1069567. OLE color: 1069567.
HSL color Cylindrical-coordinate representation of color #FF5110: hue angle of 16.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5110 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 16 | - |
| CMYK | 0 | 0.68 | 0.94 | 0 |
| HSL | 16.32º | 1% | 0.53% | - |
| HSV(B) | 16.32º | 0.94% | 1% | - |
| XYZ | 44.28 | 27.18 | 3.4 | - |
| YUV | 125.62 | 66.15 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 16 | 0 | 0.68 | 0.94 | 0 | 16.32 | 1 | 0.53 |
| Hex | FF | 51 | 10 | 0 | 44 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 121 | 20 | 0 | 104 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1010001 | 10000 | 0 | 1000100 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF5110
Complementary color
Monochromatic Colors of #FF5110
Black with #FF5110
Text Example
Text Example
White with #FF5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5110; }
p { color: rgb(255,81,16); }
H1.HeaderClassName
{
color: #FF5110;
}
.AnyTagClassName
{
color: #FF5110;
}
</style>
background-color css
<style>
a { background-color: #FF5110; }
a { background-color: rgb(255,81,16); }
div.DivClassName
{
background-color: #FF5110;
}
.BgClassName
{
background-color: #FF5110;
}
</style>
border-color css
<style>
span { border-color: #FF5110; }
span { border-color: rgb(255,81,16); }
td.TdClassName
{
border-color: #FF5110;
}
.TagClassName
{
border-color: #FF5110;
}
</style>