Shades of Orange Red #F64218
Tints of Orange Red #F64218
RGB
CMYK
RGB Variations
Color information
#F64218 (or 0xF64218) is known color: Orange Red. HEX triplet: F6, 42 and 18. RGB value is (246,66,24). Sum of RGB (Red+Green+Blue) = 246+66+24=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F64218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64218 is #09BDE7. Grayscale: #737373. Windows color (decimal): -638440 or 1590006. OLE color: 1590006.
HSL color Cylindrical-coordinate representation of color #F64218: hue angle of 11.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F64218 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.04 |
| HSL | 11.35º | 0.93% | 0.53% | - |
| HSV(B) | 11.35º | 0.9% | 0.96% | - |
| XYZ | 40.12 | 23.56 | 3.3 | - |
| YUV | 115.03 | 76.63 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 24 | 0 | 0.73 | 0.90 | 0.04 | 11.35 | 0.93 | 0.53 |
| Hex | F6 | 42 | 18 | 0 | 49 | 5A | 4 | B | 5C | 35 |
| Octal | 366 | 102 | 30 | 0 | 111 | 132 | 4 | 13 | 134 | 65 |
| Binary | 11110110 | 1000010 | 11000 | 0 | 1001001 | 1011010 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F64218
Complementary color
Monochromatic Colors of #F64218
Black with #F64218
Text Example
Text Example
White with #F64218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64218; }
p { color: rgb(246,66,24); }
H1.HeaderClassName
{
color: #F64218;
}
.AnyTagClassName
{
color: #F64218;
}
</style>
background-color css
<style>
a { background-color: #F64218; }
a { background-color: rgb(246,66,24); }
div.DivClassName
{
background-color: #F64218;
}
.BgClassName
{
background-color: #F64218;
}
</style>
border-color css
<style>
span { border-color: #F64218; }
span { border-color: rgb(246,66,24); }
td.TdClassName
{
border-color: #F64218;
}
.TagClassName
{
border-color: #F64218;
}
</style>