Shades of Orange Red #F64019
Tints of Orange Red #F64019
RGB
CMYK
RGB Variations
Color information
#F64019 (or 0xF64019) is known color: Orange Red. HEX triplet: F6, 40 and 19. RGB value is (246,64,25). Sum of RGB (Red+Green+Blue) = 246+64+25=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64019 is #09BFE6. Grayscale: #727272. Windows color (decimal): -638951 or 1655030. OLE color: 1655030.
HSL color Cylindrical-coordinate representation of color #F64019: hue angle of 10.59º degrees, saturation: 0.92, 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 #F64019 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.04 |
| HSL | 10.59º | 0.92% | 0.53% | - |
| HSV(B) | 10.59º | 0.9% | 0.96% | - |
| XYZ | 40.01 | 23.33 | 3.31 | - |
| YUV | 113.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 25 | 0 | 0.74 | 0.90 | 0.04 | 10.59 | 0.92 | 0.53 |
| Hex | F6 | 40 | 19 | 0 | 4A | 5A | 4 | B | 5C | 35 |
| Octal | 366 | 100 | 31 | 0 | 112 | 132 | 4 | 13 | 134 | 65 |
| Binary | 11110110 | 1000000 | 11001 | 0 | 1001010 | 1011010 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F64019
Complementary color
Monochromatic Colors of #F64019
Black with #F64019
Text Example
Text Example
White with #F64019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64019; }
p { color: rgb(246,64,25); }
H1.HeaderClassName
{
color: #F64019;
}
.AnyTagClassName
{
color: #F64019;
}
</style>
background-color css
<style>
a { background-color: #F64019; }
a { background-color: rgb(246,64,25); }
div.DivClassName
{
background-color: #F64019;
}
.BgClassName
{
background-color: #F64019;
}
</style>
border-color css
<style>
span { border-color: #F64019; }
span { border-color: rgb(246,64,25); }
td.TdClassName
{
border-color: #F64019;
}
.TagClassName
{
border-color: #F64019;
}
</style>