Shades of Orange Red #F64418
Tints of Orange Red #F64418
RGB
CMYK
RGB Variations
Color information
#F64418 (or 0xF64418) is known color: Orange Red. HEX triplet: F6, 44 and 18. RGB value is (246,68,24). Sum of RGB (Red+Green+Blue) = 246+68+24=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F64418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64418 is #09BBE7. Grayscale: #747474. Windows color (decimal): -637928 or 1590518. OLE color: 1590518.
HSL color Cylindrical-coordinate representation of color #F64418: hue angle of 11.89º 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 #F64418 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.04 |
| HSL | 11.89º | 0.93% | 0.53% | - |
| HSV(B) | 11.89º | 0.9% | 0.96% | - |
| XYZ | 40.24 | 23.79 | 3.34 | - |
| YUV | 116.21 | 75.97 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 24 | 0 | 0.72 | 0.90 | 0.04 | 11.89 | 0.93 | 0.53 |
| Hex | F6 | 44 | 18 | 0 | 48 | 5A | 4 | C | 5C | 35 |
| Octal | 366 | 104 | 30 | 0 | 110 | 132 | 4 | 14 | 134 | 65 |
| Binary | 11110110 | 1000100 | 11000 | 0 | 1001000 | 1011010 | 100 | 1100 | 1011100 | 110101 |
Color Harmonies of #F64418
Complementary color
Monochromatic Colors of #F64418
Black with #F64418
Text Example
Text Example
White with #F64418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64418; }
p { color: rgb(246,68,24); }
H1.HeaderClassName
{
color: #F64418;
}
.AnyTagClassName
{
color: #F64418;
}
</style>
background-color css
<style>
a { background-color: #F64418; }
a { background-color: rgb(246,68,24); }
div.DivClassName
{
background-color: #F64418;
}
.BgClassName
{
background-color: #F64418;
}
</style>
border-color css
<style>
span { border-color: #F64418; }
span { border-color: rgb(246,68,24); }
td.TdClassName
{
border-color: #F64418;
}
.TagClassName
{
border-color: #F64418;
}
</style>