Shades of Orange Red #F64919
Tints of Orange Red #F64919
RGB
CMYK
RGB Variations
Color information
#F64919 (or 0xF64919) is known color: Orange Red. HEX triplet: F6, 49 and 19. RGB value is (246,73,25). Sum of RGB (Red+Green+Blue) = 246+73+25=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F64919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64919 is #09B6E6. Grayscale: #777777. Windows color (decimal): -636647 or 1657334. OLE color: 1657334.
HSL color Cylindrical-coordinate representation of color #F64919: hue angle of 13.03º 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 #F64919 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 25 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.04 |
| HSL | 13.03º | 0.92% | 0.53% | - |
| HSV(B) | 13.03º | 0.9% | 0.96% | - |
| XYZ | 40.56 | 24.43 | 3.5 | - |
| YUV | 119.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 25 | 0 | 0.70 | 0.90 | 0.04 | 13.03 | 0.92 | 0.53 |
| Hex | F6 | 49 | 19 | 0 | 46 | 5A | 4 | D | 5C | 35 |
| Octal | 366 | 111 | 31 | 0 | 106 | 132 | 4 | 15 | 134 | 65 |
| Binary | 11110110 | 1001001 | 11001 | 0 | 1000110 | 1011010 | 100 | 1101 | 1011100 | 110101 |
Color Harmonies of #F64919
Complementary color
Monochromatic Colors of #F64919
Black with #F64919
Text Example
Text Example
White with #F64919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64919; }
p { color: rgb(246,73,25); }
H1.HeaderClassName
{
color: #F64919;
}
.AnyTagClassName
{
color: #F64919;
}
</style>
background-color css
<style>
a { background-color: #F64919; }
a { background-color: rgb(246,73,25); }
div.DivClassName
{
background-color: #F64919;
}
.BgClassName
{
background-color: #F64919;
}
</style>
border-color css
<style>
span { border-color: #F64919; }
span { border-color: rgb(246,73,25); }
td.TdClassName
{
border-color: #F64919;
}
.TagClassName
{
border-color: #F64919;
}
</style>