Html Css Color HEX #F55110 International Orange
📋 copy color: '#F55110'red 245 ◦ green 81 ◦ blue 16
Shades of International Orange #F55110
Tints of International Orange #F55110
RGB
CMYK
RGB Variations
Color information
#F55110 (or 0xF55110) is known color: International Orange. HEX triplet: F5, 51 and 10. RGB value is (245,81,16). Sum of RGB (Red+Green+Blue) = 245+81+16=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F55110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55110 is #0AAEEF. Grayscale: #7B7B7B. Windows color (decimal): -700144 or 1069557. OLE color: 1069557.
HSL color Cylindrical-coordinate representation of color #F55110: hue angle of 17.03º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55110 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 17.03º | 0.92% | 0.51% | - |
| HSV(B) | 17.03º | 0.93% | 0.96% | - |
| XYZ | 40.69 | 25.33 | 3.24 | - |
| YUV | 122.63 | 67.83 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 16 | 0 | 0.67 | 0.93 | 0.04 | 17.03 | 0.92 | 0.51 |
| Hex | F5 | 51 | 10 | 0 | 43 | 5D | 4 | 11 | 5C | 33 |
| Octal | 365 | 121 | 20 | 0 | 103 | 135 | 4 | 21 | 134 | 63 |
| Binary | 11110101 | 1010001 | 10000 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011100 | 110011 |
Color Harmonies of #F55110
Complementary color
Monochromatic Colors of #F55110
Black with #F55110
Text Example
Text Example
White with #F55110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55110; }
p { color: rgb(245,81,16); }
H1.HeaderClassName
{
color: #F55110;
}
.AnyTagClassName
{
color: #F55110;
}
</style>
background-color css
<style>
a { background-color: #F55110; }
a { background-color: rgb(245,81,16); }
div.DivClassName
{
background-color: #F55110;
}
.BgClassName
{
background-color: #F55110;
}
</style>
border-color css
<style>
span { border-color: #F55110; }
span { border-color: rgb(245,81,16); }
td.TdClassName
{
border-color: #F55110;
}
.TagClassName
{
border-color: #F55110;
}
</style>