Shades of Orange Red #F64719
Tints of Orange Red #F64719
RGB
CMYK
RGB Variations
Color information
#F64719 (or 0xF64719) is known color: Orange Red. HEX triplet: F6, 47 and 19. RGB value is (246,71,25). Sum of RGB (Red+Green+Blue) = 246+71+25=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F64719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64719 is #09B8E6. Grayscale: #767676. Windows color (decimal): -637159 or 1656822. OLE color: 1656822.
HSL color Cylindrical-coordinate representation of color #F64719: hue angle of 12.49º 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 #F64719 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.04 |
| HSL | 12.49º | 0.92% | 0.53% | - |
| HSV(B) | 12.49º | 0.9% | 0.96% | - |
| XYZ | 40.43 | 24.17 | 3.45 | - |
| YUV | 118.08 | 75.48 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 25 | 0 | 0.71 | 0.90 | 0.04 | 12.49 | 0.92 | 0.53 |
| Hex | F6 | 47 | 19 | 0 | 47 | 5A | 4 | C | 5C | 35 |
| Octal | 366 | 107 | 31 | 0 | 107 | 132 | 4 | 14 | 134 | 65 |
| Binary | 11110110 | 1000111 | 11001 | 0 | 1000111 | 1011010 | 100 | 1100 | 1011100 | 110101 |
Color Harmonies of #F64719
Complementary color
Monochromatic Colors of #F64719
Black with #F64719
Text Example
Text Example
White with #F64719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64719; }
p { color: rgb(246,71,25); }
H1.HeaderClassName
{
color: #F64719;
}
.AnyTagClassName
{
color: #F64719;
}
</style>
background-color css
<style>
a { background-color: #F64719; }
a { background-color: rgb(246,71,25); }
div.DivClassName
{
background-color: #F64719;
}
.BgClassName
{
background-color: #F64719;
}
</style>
border-color css
<style>
span { border-color: #F64719; }
span { border-color: rgb(246,71,25); }
td.TdClassName
{
border-color: #F64719;
}
.TagClassName
{
border-color: #F64719;
}
</style>