Shades of Orange Red #F64A19
Tints of Orange Red #F64A19
RGB
CMYK
RGB Variations
Color information
#F64A19 (or 0xF64A19) is known color: Orange Red. HEX triplet: F6, 4A and 19. RGB value is (246,74,25). Sum of RGB (Red+Green+Blue) = 246+74+25=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A19 is #09B5E6. Grayscale: #787878. Windows color (decimal): -636391 or 1657590. OLE color: 1657590.
HSL color Cylindrical-coordinate representation of color #F64A19: hue angle of 13.3º 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 #F64A19 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 25 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.04 |
| HSL | 13.3º | 0.92% | 0.53% | - |
| HSV(B) | 13.3º | 0.9% | 0.96% | - |
| XYZ | 40.63 | 24.56 | 3.52 | - |
| YUV | 119.84 | 74.48 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 25 | 0 | 0.70 | 0.90 | 0.04 | 13.3 | 0.92 | 0.53 |
| Hex | F6 | 4A | 19 | 0 | 46 | 5A | 4 | D | 5C | 35 |
| Octal | 366 | 112 | 31 | 0 | 106 | 132 | 4 | 15 | 134 | 65 |
| Binary | 11110110 | 1001010 | 11001 | 0 | 1000110 | 1011010 | 100 | 1101 | 1011100 | 110101 |
Color Harmonies of #F64A19
Complementary color
Monochromatic Colors of #F64A19
Black with #F64A19
Text Example
Text Example
White with #F64A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A19; }
p { color: rgb(246,74,25); }
H1.HeaderClassName
{
color: #F64A19;
}
.AnyTagClassName
{
color: #F64A19;
}
</style>
background-color css
<style>
a { background-color: #F64A19; }
a { background-color: rgb(246,74,25); }
div.DivClassName
{
background-color: #F64A19;
}
.BgClassName
{
background-color: #F64A19;
}
</style>
border-color css
<style>
span { border-color: #F64A19; }
span { border-color: rgb(246,74,25); }
td.TdClassName
{
border-color: #F64A19;
}
.TagClassName
{
border-color: #F64A19;
}
</style>