Html Css Color HEX #F65212 International Orange
📋 copy color: '#F65212'red 246 ◦ green 82 ◦ blue 18
Shades of International Orange #F65212
Tints of International Orange #F65212
RGB
CMYK
RGB Variations
Color information
#F65212 (or 0xF65212) is known color: International Orange. HEX triplet: F6, 52 and 12. RGB value is (246,82,18). Sum of RGB (Red+Green+Blue) = 246+82+18=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65212 is #09ADED. Grayscale: #7C7C7C. Windows color (decimal): -634350 or 1200886. OLE color: 1200886.
HSL color Cylindrical-coordinate representation of color #F65212: hue angle of 16.84º degrees, saturation: 0.93, 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 #F65212 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.04 |
| HSL | 16.84º | 0.93% | 0.52% | - |
| HSV(B) | 16.84º | 0.93% | 0.96% | - |
| XYZ | 41.13 | 25.67 | 3.36 | - |
| YUV | 123.74 | 68.33 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 18 | 0 | 0.67 | 0.93 | 0.04 | 16.84 | 0.93 | 0.52 |
| Hex | F6 | 52 | 12 | 0 | 43 | 5D | 4 | 11 | 5D | 34 |
| Octal | 366 | 122 | 22 | 0 | 103 | 135 | 4 | 21 | 135 | 64 |
| Binary | 11110110 | 1010010 | 10010 | 0 | 1000011 | 1011101 | 100 | 10001 | 1011101 | 110100 |
Color Harmonies of #F65212
Complementary color
Monochromatic Colors of #F65212
Black with #F65212
Text Example
Text Example
White with #F65212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65212; }
p { color: rgb(246,82,18); }
H1.HeaderClassName
{
color: #F65212;
}
.AnyTagClassName
{
color: #F65212;
}
</style>
background-color css
<style>
a { background-color: #F65212; }
a { background-color: rgb(246,82,18); }
div.DivClassName
{
background-color: #F65212;
}
.BgClassName
{
background-color: #F65212;
}
</style>
border-color css
<style>
span { border-color: #F65212; }
span { border-color: rgb(246,82,18); }
td.TdClassName
{
border-color: #F65212;
}
.TagClassName
{
border-color: #F65212;
}
</style>