Html Css Color HEX #F64F0D International Orange
📋 copy color: '#F64F0D'red 246 ◦ green 79 ◦ blue 13
Shades of International Orange #F64F0D
Tints of International Orange #F64F0D
RGB
CMYK
RGB Variations
Color information
#F64F0D (or 0xF64F0D) is known color: International Orange. HEX triplet: F6, 4F and 0D. RGB value is (246,79,13). Sum of RGB (Red+Green+Blue) = 246+79+13=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F0D is #09B0F2. Grayscale: #797979. Windows color (decimal): -635123 or 872438. OLE color: 872438.
HSL color Cylindrical-coordinate representation of color #F64F0D: hue angle of 17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F64F0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.04 |
| HSL | 17º | 0.93% | 0.51% | - |
| HSV(B) | 17º | 0.95% | 0.96% | - |
| XYZ | 40.87 | 25.21 | 3.09 | - |
| YUV | 121.41 | 66.83 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 13 | 0 | 0.68 | 0.95 | 0.04 | 17 | 0.93 | 0.51 |
| Hex | F6 | 4F | D | 0 | 44 | 5F | 4 | 11 | 5D | 33 |
| Octal | 366 | 117 | 15 | 0 | 104 | 137 | 4 | 21 | 135 | 63 |
| Binary | 11110110 | 1001111 | 1101 | 0 | 1000100 | 1011111 | 100 | 10001 | 1011101 | 110011 |
Color Harmonies of #F64F0D
Complementary color
Monochromatic Colors of #F64F0D
Black with #F64F0D
Text Example
Text Example
White with #F64F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F0D; }
p { color: rgb(246,79,13); }
H1.HeaderClassName
{
color: #F64F0D;
}
.AnyTagClassName
{
color: #F64F0D;
}
</style>
background-color css
<style>
a { background-color: #F64F0D; }
a { background-color: rgb(246,79,13); }
div.DivClassName
{
background-color: #F64F0D;
}
.BgClassName
{
background-color: #F64F0D;
}
</style>
border-color css
<style>
span { border-color: #F64F0D; }
span { border-color: rgb(246,79,13); }
td.TdClassName
{
border-color: #F64F0D;
}
.TagClassName
{
border-color: #F64F0D;
}
</style>