Html Css Color HEX #F45212 International Orange
📋 copy color: '#F45212'red 244 ◦ green 82 ◦ blue 18
Shades of International Orange #F45212
Tints of International Orange #F45212
RGB
CMYK
RGB Variations
Color information
#F45212 (or 0xF45212) is known color: International Orange. HEX triplet: F4, 52 and 12. RGB value is (244,82,18). Sum of RGB (Red+Green+Blue) = 244+82+18=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F45212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45212 is #0BADED. Grayscale: #7B7B7B. Windows color (decimal): -765422 or 1200884. OLE color: 1200884.
HSL color Cylindrical-coordinate representation of color #F45212: hue angle of 16.99º 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 #F45212 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 16.99º | 0.91% | 0.51% | - |
| HSV(B) | 16.99º | 0.93% | 0.96% | - |
| XYZ | 40.43 | 25.31 | 3.33 | - |
| YUV | 123.14 | 68.67 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 18 | 0 | 0.66 | 0.93 | 0.04 | 16.99 | 0.91 | 0.51 |
| Hex | F4 | 52 | 12 | 0 | 42 | 5D | 4 | 11 | 5B | 33 |
| Octal | 364 | 122 | 22 | 0 | 102 | 135 | 4 | 21 | 133 | 63 |
| Binary | 11110100 | 1010010 | 10010 | 0 | 1000010 | 1011101 | 100 | 10001 | 1011011 | 110011 |
Color Harmonies of #F45212
Complementary color
Monochromatic Colors of #F45212
Black with #F45212
Text Example
Text Example
White with #F45212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45212; }
p { color: rgb(244,82,18); }
H1.HeaderClassName
{
color: #F45212;
}
.AnyTagClassName
{
color: #F45212;
}
</style>
background-color css
<style>
a { background-color: #F45212; }
a { background-color: rgb(244,82,18); }
div.DivClassName
{
background-color: #F45212;
}
.BgClassName
{
background-color: #F45212;
}
</style>
border-color css
<style>
span { border-color: #F45212; }
span { border-color: rgb(244,82,18); }
td.TdClassName
{
border-color: #F45212;
}
.TagClassName
{
border-color: #F45212;
}
</style>