Shades of Orange Red #F64308
Tints of Orange Red #F64308
RGB
CMYK
RGB Variations
Color information
#F64308 (or 0xF64308) is known color: Orange Red. HEX triplet: F6, 43 and 08. RGB value is (246,67,8). Sum of RGB (Red+Green+Blue) = 246+67+8=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F64308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64308 is #09BCF7. Grayscale: #727272. Windows color (decimal): -638200 or 541686. OLE color: 541686.
HSL color Cylindrical-coordinate representation of color #F64308: hue angle of 14.87º 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 #F64308 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 8 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.04 |
| HSL | 14.87º | 0.94% | 0.5% | - |
| HSV(B) | 14.87º | 0.97% | 0.96% | - |
| XYZ | 40.06 | 23.62 | 2.68 | - |
| YUV | 113.8 | 68.3 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 8 | 0 | 0.73 | 0.97 | 0.04 | 14.87 | 0.94 | 0.5 |
| Hex | F6 | 43 | 8 | 0 | 49 | 61 | 4 | F | 5E | 32 |
| Octal | 366 | 103 | 10 | 0 | 111 | 141 | 4 | 17 | 136 | 62 |
| Binary | 11110110 | 1000011 | 1000 | 0 | 1001001 | 1100001 | 100 | 1111 | 1011110 | 110010 |
Color Harmonies of #F64308
Complementary color
Monochromatic Colors of #F64308
Black with #F64308
Text Example
Text Example
White with #F64308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64308; }
p { color: rgb(246,67,8); }
H1.HeaderClassName
{
color: #F64308;
}
.AnyTagClassName
{
color: #F64308;
}
</style>
background-color css
<style>
a { background-color: #F64308; }
a { background-color: rgb(246,67,8); }
div.DivClassName
{
background-color: #F64308;
}
.BgClassName
{
background-color: #F64308;
}
</style>
border-color css
<style>
span { border-color: #F64308; }
span { border-color: rgb(246,67,8); }
td.TdClassName
{
border-color: #F64308;
}
.TagClassName
{
border-color: #F64308;
}
</style>