Shades of International Orange #F64F03
Tints of International Orange #F64F03
RGB
CMYK
RGB Variations
Color information
#F64F03 (or 0xF64F03) is known color: International Orange. HEX triplet: F6, 4F and 03. RGB value is (246,79,3). Sum of RGB (Red+Green+Blue) = 246+79+3=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F03 is #09B0FC. Grayscale: #787878. Windows color (decimal): -635133 or 217078. OLE color: 217078.
HSL color Cylindrical-coordinate representation of color #F64F03: hue angle of 18.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F64F03 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.04 |
| HSL | 18.77º | 0.98% | 0.49% | - |
| HSV(B) | 18.77º | 0.99% | 0.96% | - |
| XYZ | 40.82 | 25.19 | 2.8 | - |
| YUV | 120.27 | 61.83 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 3 | 0 | 0.68 | 0.99 | 0.04 | 18.77 | 0.98 | 0.49 |
| Hex | F6 | 4F | 3 | 0 | 44 | 63 | 4 | 13 | 62 | 31 |
| Octal | 366 | 117 | 3 | 0 | 104 | 143 | 4 | 23 | 142 | 61 |
| Binary | 11110110 | 1001111 | 11 | 0 | 1000100 | 1100011 | 100 | 10011 | 1100010 | 110001 |
Color Harmonies of #F64F03
Complementary color
Monochromatic Colors of #F64F03
Black with #F64F03
Text Example
Text Example
White with #F64F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F03; }
p { color: rgb(246,79,3); }
H1.HeaderClassName
{
color: #F64F03;
}
.AnyTagClassName
{
color: #F64F03;
}
</style>
background-color css
<style>
a { background-color: #F64F03; }
a { background-color: rgb(246,79,3); }
div.DivClassName
{
background-color: #F64F03;
}
.BgClassName
{
background-color: #F64F03;
}
</style>
border-color css
<style>
span { border-color: #F64F03; }
span { border-color: rgb(246,79,3); }
td.TdClassName
{
border-color: #F64F03;
}
.TagClassName
{
border-color: #F64F03;
}
</style>