Shades of International Orange #F64E02
Tints of International Orange #F64E02
RGB
CMYK
RGB Variations
Color information
#F64E02 (or 0xF64E02) is known color: International Orange. HEX triplet: F6, 4E and 02. RGB value is (246,78,2). Sum of RGB (Red+Green+Blue) = 246+78+2=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64E02 is #09B1FD. Grayscale: #787878. Windows color (decimal): -635390 or 151286. OLE color: 151286.
HSL color Cylindrical-coordinate representation of color #F64E02: hue angle of 18.69º 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 #F64E02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.04 |
| HSL | 18.69º | 0.98% | 0.49% | - |
| HSV(B) | 18.69º | 0.99% | 0.96% | - |
| XYZ | 40.74 | 25.05 | 2.74 | - |
| YUV | 119.57 | 61.66 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 2 | 0 | 0.68 | 0.99 | 0.04 | 18.69 | 0.98 | 0.49 |
| Hex | F6 | 4E | 2 | 0 | 44 | 63 | 4 | 13 | 62 | 31 |
| Octal | 366 | 116 | 2 | 0 | 104 | 143 | 4 | 23 | 142 | 61 |
| Binary | 11110110 | 1001110 | 10 | 0 | 1000100 | 1100011 | 100 | 10011 | 1100010 | 110001 |
Color Harmonies of #F64E02
Complementary color
Monochromatic Colors of #F64E02
Black with #F64E02
Text Example
Text Example
White with #F64E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E02; }
p { color: rgb(246,78,2); }
H1.HeaderClassName
{
color: #F64E02;
}
.AnyTagClassName
{
color: #F64E02;
}
</style>
background-color css
<style>
a { background-color: #F64E02; }
a { background-color: rgb(246,78,2); }
div.DivClassName
{
background-color: #F64E02;
}
.BgClassName
{
background-color: #F64E02;
}
</style>
border-color css
<style>
span { border-color: #F64E02; }
span { border-color: rgb(246,78,2); }
td.TdClassName
{
border-color: #F64E02;
}
.TagClassName
{
border-color: #F64E02;
}
</style>