Shades of Orange Red #F64115
Tints of Orange Red #F64115
RGB
CMYK
RGB Variations
Color information
#F64115 (or 0xF64115) is known color: Orange Red. HEX triplet: F6, 41 and 15. RGB value is (246,65,21). Sum of RGB (Red+Green+Blue) = 246+65+21=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F64115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64115 is #09BEEA. Grayscale: #727272. Windows color (decimal): -638699 or 1393142. OLE color: 1393142.
HSL color Cylindrical-coordinate representation of color #F64115: hue angle of 11.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64115 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 21 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.04 |
| HSL | 11.73º | 0.93% | 0.52% | - |
| HSV(B) | 11.73º | 0.91% | 0.96% | - |
| XYZ | 40.03 | 23.43 | 3.12 | - |
| YUV | 114.1 | 75.47 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 21 | 0 | 0.74 | 0.91 | 0.04 | 11.73 | 0.93 | 0.52 |
| Hex | F6 | 41 | 15 | 0 | 4A | 5B | 4 | C | 5D | 34 |
| Octal | 366 | 101 | 25 | 0 | 112 | 133 | 4 | 14 | 135 | 64 |
| Binary | 11110110 | 1000001 | 10101 | 0 | 1001010 | 1011011 | 100 | 1100 | 1011101 | 110100 |
Color Harmonies of #F64115
Complementary color
Monochromatic Colors of #F64115
Black with #F64115
Text Example
Text Example
White with #F64115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64115; }
p { color: rgb(246,65,21); }
H1.HeaderClassName
{
color: #F64115;
}
.AnyTagClassName
{
color: #F64115;
}
</style>
background-color css
<style>
a { background-color: #F64115; }
a { background-color: rgb(246,65,21); }
div.DivClassName
{
background-color: #F64115;
}
.BgClassName
{
background-color: #F64115;
}
</style>
border-color css
<style>
span { border-color: #F64115; }
span { border-color: rgb(246,65,21); }
td.TdClassName
{
border-color: #F64115;
}
.TagClassName
{
border-color: #F64115;
}
</style>