Html Css Color HEX #F45110 International Orange
📋 copy color: '#F45110'red 244 ◦ green 81 ◦ blue 16
Shades of International Orange #F45110
Tints of International Orange #F45110
RGB
CMYK
RGB Variations
Color information
#F45110 (or 0xF45110) is known color: International Orange. HEX triplet: F4, 51 and 10. RGB value is (244,81,16). Sum of RGB (Red+Green+Blue) = 244+81+16=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F45110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45110 is #0BAEEF. Grayscale: #7A7A7A. Windows color (decimal): -765680 or 1069556. OLE color: 1069556.
HSL color Cylindrical-coordinate representation of color #F45110: hue angle of 17.11º degrees, saturation: 0.91, 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 #F45110 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 17.11º | 0.91% | 0.51% | - |
| HSV(B) | 17.11º | 0.93% | 0.96% | - |
| XYZ | 40.34 | 25.16 | 3.22 | - |
| YUV | 122.33 | 68 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 16 | 0 | 0.67 | 0.93 | 0.04 | 17.11 | 0.91 | 0.51 |
| Hex | F4 | 51 | 10 | 0 | 43 | 5D | 4 | 11 | 5B | 33 |
| Octal | 364 | 121 | 20 | 0 | 103 | 135 | 4 | 21 | 133 | 63 |
| Binary | 11110100 | 1010001 | 10000 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011011 | 110011 |
Color Harmonies of #F45110
Complementary color
Monochromatic Colors of #F45110
Black with #F45110
Text Example
Text Example
White with #F45110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45110; }
p { color: rgb(244,81,16); }
H1.HeaderClassName
{
color: #F45110;
}
.AnyTagClassName
{
color: #F45110;
}
</style>
background-color css
<style>
a { background-color: #F45110; }
a { background-color: rgb(244,81,16); }
div.DivClassName
{
background-color: #F45110;
}
.BgClassName
{
background-color: #F45110;
}
</style>
border-color css
<style>
span { border-color: #F45110; }
span { border-color: rgb(244,81,16); }
td.TdClassName
{
border-color: #F45110;
}
.TagClassName
{
border-color: #F45110;
}
</style>