Html Css Color HEX #F55212 International Orange
📋 copy color: '#F55212'red 245 ◦ green 82 ◦ blue 18
Shades of International Orange #F55212
Tints of International Orange #F55212
RGB
CMYK
RGB Variations
Color information
#F55212 (or 0xF55212) is known color: International Orange. HEX triplet: F5, 52 and 12. RGB value is (245,82,18). Sum of RGB (Red+Green+Blue) = 245+82+18=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55212 is #0AADED. Grayscale: #7B7B7B. Windows color (decimal): -699886 or 1200885. OLE color: 1200885.
HSL color Cylindrical-coordinate representation of color #F55212: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55212 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 16.92º | 0.92% | 0.52% | - |
| HSV(B) | 16.92º | 0.93% | 0.96% | - |
| XYZ | 40.78 | 25.49 | 3.34 | - |
| YUV | 123.44 | 68.5 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 18 | 0 | 0.67 | 0.93 | 0.04 | 16.92 | 0.92 | 0.52 |
| Hex | F5 | 52 | 12 | 0 | 43 | 5D | 4 | 11 | 5C | 34 |
| Octal | 365 | 122 | 22 | 0 | 103 | 135 | 4 | 21 | 134 | 64 |
| Binary | 11110101 | 1010010 | 10010 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011100 | 110100 |
Color Harmonies of #F55212
Complementary color
Monochromatic Colors of #F55212
Black with #F55212
Text Example
Text Example
White with #F55212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55212; }
p { color: rgb(245,82,18); }
H1.HeaderClassName
{
color: #F55212;
}
.AnyTagClassName
{
color: #F55212;
}
</style>
background-color css
<style>
a { background-color: #F55212; }
a { background-color: rgb(245,82,18); }
div.DivClassName
{
background-color: #F55212;
}
.BgClassName
{
background-color: #F55212;
}
</style>
border-color css
<style>
span { border-color: #F55212; }
span { border-color: rgb(245,82,18); }
td.TdClassName
{
border-color: #F55212;
}
.TagClassName
{
border-color: #F55212;
}
</style>