Shades of Orange Red #F64807
Tints of Orange Red #F64807
RGB
CMYK
RGB Variations
Color information
#F64807 (or 0xF64807) is known color: Orange Red. HEX triplet: F6, 48 and 07. RGB value is (246,72,7). Sum of RGB (Red+Green+Blue) = 246+72+7=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F64807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64807 is #09B7F8. Grayscale: #757575. Windows color (decimal): -636921 or 477430. OLE color: 477430.
HSL color Cylindrical-coordinate representation of color #F64807: hue angle of 16.32º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F64807 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.04 |
| HSL | 16.32º | 0.94% | 0.5% | - |
| HSV(B) | 16.32º | 0.97% | 0.96% | - |
| XYZ | 40.36 | 24.24 | 2.75 | - |
| YUV | 116.62 | 66.15 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 7 | 0 | 0.71 | 0.97 | 0.04 | 16.32 | 0.94 | 0.5 |
| Hex | F6 | 48 | 7 | 0 | 47 | 61 | 4 | 10 | 5E | 32 |
| Octal | 366 | 110 | 7 | 0 | 107 | 141 | 4 | 20 | 136 | 62 |
| Binary | 11110110 | 1001000 | 111 | 0 | 1000111 | 1100001 | 100 | 10000 | 1011110 | 110010 |
Color Harmonies of #F64807
Complementary color
Monochromatic Colors of #F64807
Black with #F64807
Text Example
Text Example
White with #F64807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64807; }
p { color: rgb(246,72,7); }
H1.HeaderClassName
{
color: #F64807;
}
.AnyTagClassName
{
color: #F64807;
}
</style>
background-color css
<style>
a { background-color: #F64807; }
a { background-color: rgb(246,72,7); }
div.DivClassName
{
background-color: #F64807;
}
.BgClassName
{
background-color: #F64807;
}
</style>
border-color css
<style>
span { border-color: #F64807; }
span { border-color: rgb(246,72,7); }
td.TdClassName
{
border-color: #F64807;
}
.TagClassName
{
border-color: #F64807;
}
</style>