Shades of Orange Red #F64207
Tints of Orange Red #F64207
RGB
CMYK
RGB Variations
Color information
#F64207 (or 0xF64207) is known color: Orange Red. HEX triplet: F6, 42 and 07. RGB value is (246,66,7). Sum of RGB (Red+Green+Blue) = 246+66+7=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64207 is #09BDF8. Grayscale: #717171. Windows color (decimal): -638457 or 475894. OLE color: 475894.
HSL color Cylindrical-coordinate representation of color #F64207: hue angle of 14.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F64207 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.04 |
| HSL | 14.81º | 0.94% | 0.5% | - |
| HSV(B) | 14.81º | 0.97% | 0.96% | - |
| XYZ | 39.99 | 23.5 | 2.63 | - |
| YUV | 113.09 | 68.13 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 7 | 0 | 0.73 | 0.97 | 0.04 | 14.81 | 0.94 | 0.5 |
| Hex | F6 | 42 | 7 | 0 | 49 | 61 | 4 | F | 5E | 32 |
| Octal | 366 | 102 | 7 | 0 | 111 | 141 | 4 | 17 | 136 | 62 |
| Binary | 11110110 | 1000010 | 111 | 0 | 1001001 | 1100001 | 100 | 1111 | 1011110 | 110010 |
Color Harmonies of #F64207
Complementary color
Monochromatic Colors of #F64207
Black with #F64207
Text Example
Text Example
White with #F64207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64207; }
p { color: rgb(246,66,7); }
H1.HeaderClassName
{
color: #F64207;
}
.AnyTagClassName
{
color: #F64207;
}
</style>
background-color css
<style>
a { background-color: #F64207; }
a { background-color: rgb(246,66,7); }
div.DivClassName
{
background-color: #F64207;
}
.BgClassName
{
background-color: #F64207;
}
</style>
border-color css
<style>
span { border-color: #F64207; }
span { border-color: rgb(246,66,7); }
td.TdClassName
{
border-color: #F64207;
}
.TagClassName
{
border-color: #F64207;
}
</style>