Shades of International Orange #F64F01
Tints of International Orange #F64F01
RGB
CMYK
RGB Variations
Color information
#F64F01 (or 0xF64F01) is known color: International Orange. HEX triplet: F6, 4F and 01. RGB value is (246,79,1). Sum of RGB (Red+Green+Blue) = 246+79+1=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F01 is #09B0FE. Grayscale: #787878. Windows color (decimal): -635135 or 86006. OLE color: 86006.
HSL color Cylindrical-coordinate representation of color #F64F01: hue angle of 19.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F64F01 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.04 |
| HSL | 19.1º | 0.99% | 0.48% | - |
| HSV(B) | 19.1º | 1% | 0.96% | - |
| XYZ | 40.81 | 25.19 | 2.74 | - |
| YUV | 120.04 | 60.83 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 1 | 0 | 0.68 | 1.00 | 0.04 | 19.1 | 0.99 | 0.48 |
| Hex | F6 | 4F | 1 | 0 | 44 | 64 | 4 | 13 | 63 | 30 |
| Octal | 366 | 117 | 1 | 0 | 104 | 144 | 4 | 23 | 143 | 60 |
| Binary | 11110110 | 1001111 | 1 | 0 | 1000100 | 1100100 | 100 | 10011 | 1100011 | 110000 |
Color Harmonies of #F64F01
Complementary color
Monochromatic Colors of #F64F01
Black with #F64F01
Text Example
Text Example
White with #F64F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F01; }
p { color: rgb(246,79,1); }
H1.HeaderClassName
{
color: #F64F01;
}
.AnyTagClassName
{
color: #F64F01;
}
</style>
background-color css
<style>
a { background-color: #F64F01; }
a { background-color: rgb(246,79,1); }
div.DivClassName
{
background-color: #F64F01;
}
.BgClassName
{
background-color: #F64F01;
}
</style>
border-color css
<style>
span { border-color: #F64F01; }
span { border-color: rgb(246,79,1); }
td.TdClassName
{
border-color: #F64F01;
}
.TagClassName
{
border-color: #F64F01;
}
</style>