Shades of International Orange #F64F09
Tints of International Orange #F64F09
RGB
CMYK
RGB Variations
Color information
#F64F09 (or 0xF64F09) is known color: International Orange. HEX triplet: F6, 4F and 09. RGB value is (246,79,9). Sum of RGB (Red+Green+Blue) = 246+79+9=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F09 is #09B0F6. Grayscale: #797979. Windows color (decimal): -635127 or 610294. OLE color: 610294.
HSL color Cylindrical-coordinate representation of color #F64F09: hue angle of 17.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F64F09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.04 |
| HSL | 17.72º | 0.93% | 0.5% | - |
| HSV(B) | 17.72º | 0.96% | 0.96% | - |
| XYZ | 40.85 | 25.2 | 2.97 | - |
| YUV | 120.95 | 64.83 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 9 | 0 | 0.68 | 0.96 | 0.04 | 17.72 | 0.93 | 0.5 |
| Hex | F6 | 4F | 9 | 0 | 44 | 60 | 4 | 12 | 5D | 32 |
| Octal | 366 | 117 | 11 | 0 | 104 | 140 | 4 | 22 | 135 | 62 |
| Binary | 11110110 | 1001111 | 1001 | 0 | 1000100 | 1100000 | 100 | 10010 | 1011101 | 110010 |
Color Harmonies of #F64F09
Complementary color
Monochromatic Colors of #F64F09
Black with #F64F09
Text Example
Text Example
White with #F64F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F09; }
p { color: rgb(246,79,9); }
H1.HeaderClassName
{
color: #F64F09;
}
.AnyTagClassName
{
color: #F64F09;
}
</style>
background-color css
<style>
a { background-color: #F64F09; }
a { background-color: rgb(246,79,9); }
div.DivClassName
{
background-color: #F64F09;
}
.BgClassName
{
background-color: #F64F09;
}
</style>
border-color css
<style>
span { border-color: #F64F09; }
span { border-color: rgb(246,79,9); }
td.TdClassName
{
border-color: #F64F09;
}
.TagClassName
{
border-color: #F64F09;
}
</style>