Html Css Color HEX #F45118 International Orange
📋 copy color: '#F45118'red 244 ◦ green 81 ◦ blue 24
Shades of International Orange #F45118
Tints of International Orange #F45118
RGB
CMYK
RGB Variations
Color information
#F45118 (or 0xF45118) is known color: International Orange. HEX triplet: F4, 51 and 18. RGB value is (244,81,24). Sum of RGB (Red+Green+Blue) = 244+81+24=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F45118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45118 is #0BAEE7. Grayscale: #7B7B7B. Windows color (decimal): -765672 or 1593844. OLE color: 1593844.
HSL color Cylindrical-coordinate representation of color #F45118: hue angle of 15.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45118 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.04 |
| HSL | 15.55º | 0.91% | 0.53% | - |
| HSV(B) | 15.55º | 0.9% | 0.96% | - |
| XYZ | 40.42 | 25.18 | 3.59 | - |
| YUV | 123.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 24 | 0 | 0.67 | 0.90 | 0.04 | 15.55 | 0.91 | 0.53 |
| Hex | F4 | 51 | 18 | 0 | 43 | 5A | 4 | 10 | 5B | 35 |
| Octal | 364 | 121 | 30 | 0 | 103 | 132 | 4 | 20 | 133 | 65 |
| Binary | 11110100 | 1010001 | 11000 | 0 | 1000011 | 1011010 | 100 | 10000 | 1011011 | 110101 |
Color Harmonies of #F45118
Complementary color
Monochromatic Colors of #F45118
Black with #F45118
Text Example
Text Example
White with #F45118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45118; }
p { color: rgb(244,81,24); }
H1.HeaderClassName
{
color: #F45118;
}
.AnyTagClassName
{
color: #F45118;
}
</style>
background-color css
<style>
a { background-color: #F45118; }
a { background-color: rgb(244,81,24); }
div.DivClassName
{
background-color: #F45118;
}
.BgClassName
{
background-color: #F45118;
}
</style>
border-color css
<style>
span { border-color: #F45118; }
span { border-color: rgb(244,81,24); }
td.TdClassName
{
border-color: #F45118;
}
.TagClassName
{
border-color: #F45118;
}
</style>