Shades of Orange Red #F64312
Tints of Orange Red #F64312
RGB
CMYK
RGB Variations
Color information
#F64312 (or 0xF64312) is known color: Orange Red. HEX triplet: F6, 43 and 12. RGB value is (246,67,18). Sum of RGB (Red+Green+Blue) = 246+67+18=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F64312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64312 is #09BCED. Grayscale: #737373. Windows color (decimal): -638190 or 1197046. OLE color: 1197046.
HSL color Cylindrical-coordinate representation of color #F64312: hue angle of 12.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64312 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 18 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 12.89º | 0.93% | 0.52% | - |
| HSV(B) | 12.89º | 0.93% | 0.96% | - |
| XYZ | 40.12 | 23.65 | 3.02 | - |
| YUV | 114.94 | 73.3 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 18 | 0 | 0.73 | 0.93 | 0.04 | 12.89 | 0.93 | 0.52 |
| Hex | F6 | 43 | 12 | 0 | 49 | 5D | 4 | D | 5D | 34 |
| Octal | 366 | 103 | 22 | 0 | 111 | 135 | 4 | 15 | 135 | 64 |
| Binary | 11110110 | 1000011 | 10010 | 0 | 1001001 | 1011101 | 100 | 1101 | 1011101 | 110100 |
Color Harmonies of #F64312
Complementary color
Monochromatic Colors of #F64312
Black with #F64312
Text Example
Text Example
White with #F64312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64312; }
p { color: rgb(246,67,18); }
H1.HeaderClassName
{
color: #F64312;
}
.AnyTagClassName
{
color: #F64312;
}
</style>
background-color css
<style>
a { background-color: #F64312; }
a { background-color: rgb(246,67,18); }
div.DivClassName
{
background-color: #F64312;
}
.BgClassName
{
background-color: #F64312;
}
</style>
border-color css
<style>
span { border-color: #F64312; }
span { border-color: rgb(246,67,18); }
td.TdClassName
{
border-color: #F64312;
}
.TagClassName
{
border-color: #F64312;
}
</style>