Html Css Color HEX #F64F0E International Orange
📋 copy color: '#F64F0E'red 246 ◦ green 79 ◦ blue 14
Shades of International Orange #F64F0E
Tints of International Orange #F64F0E
RGB
CMYK
RGB Variations
Color information
#F64F0E (or 0xF64F0E) is known color: International Orange. HEX triplet: F6, 4F and 0E. RGB value is (246,79,14). Sum of RGB (Red+Green+Blue) = 246+79+14=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0E is #09B0F1. Grayscale: #797979. Windows color (decimal): -635122 or 937974. OLE color: 937974.
HSL color Cylindrical-coordinate representation of color #F64F0E: hue angle of 16.81º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F64F0E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.04 |
| HSL | 16.81º | 0.93% | 0.51% | - |
| HSV(B) | 16.81º | 0.94% | 0.96% | - |
| XYZ | 40.88 | 25.22 | 3.13 | - |
| YUV | 121.52 | 67.33 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 14 | 0 | 0.68 | 0.94 | 0.04 | 16.81 | 0.93 | 0.51 |
| Hex | F6 | 4F | E | 0 | 44 | 5E | 4 | 11 | 5D | 33 |
| Octal | 366 | 117 | 16 | 0 | 104 | 136 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1001111 | 1110 | 0 | 1000100 | 1011110 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F64F0E
Complementary color
Monochromatic Colors of #F64F0E
Black with #F64F0E
Text Example
Text Example
White with #F64F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F0E; }
p { color: rgb(246,79,14); }
H1.HeaderClassName
{
color: #F64F0E;
}
.AnyTagClassName
{
color: #F64F0E;
}
</style>
background-color css
<style>
a { background-color: #F64F0E; }
a { background-color: rgb(246,79,14); }
div.DivClassName
{
background-color: #F64F0E;
}
.BgClassName
{
background-color: #F64F0E;
}
</style>
border-color css
<style>
span { border-color: #F64F0E; }
span { border-color: rgb(246,79,14); }
td.TdClassName
{
border-color: #F64F0E;
}
.TagClassName
{
border-color: #F64F0E;
}
</style>