Shades of Orange Red #F64805
Tints of Orange Red #F64805
RGB
CMYK
RGB Variations
Color information
#F64805 (or 0xF64805) is known color: Orange Red. HEX triplet: F6, 48 and 05. RGB value is (246,72,5). Sum of RGB (Red+Green+Blue) = 246+72+5=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64805 is #09B7FA. Grayscale: #747474. Windows color (decimal): -636923 or 346358. OLE color: 346358.
HSL color Cylindrical-coordinate representation of color #F64805: hue angle of 16.68º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F64805 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.04 |
| HSL | 16.68º | 0.96% | 0.49% | - |
| HSV(B) | 16.68º | 0.98% | 0.96% | - |
| XYZ | 40.35 | 24.24 | 2.7 | - |
| YUV | 116.39 | 65.15 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 5 | 0 | 0.71 | 0.98 | 0.04 | 16.68 | 0.96 | 0.49 |
| Hex | F6 | 48 | 5 | 0 | 47 | 62 | 4 | 11 | 60 | 31 |
| Octal | 366 | 110 | 5 | 0 | 107 | 142 | 4 | 21 | 140 | 61 |
| Binary | 11110110 | 1001000 | 101 | 0 | 1000111 | 1100010 | 100 | 10001 | 1100000 | 110001 |
Color Harmonies of #F64805
Complementary color
Monochromatic Colors of #F64805
Black with #F64805
Text Example
Text Example
White with #F64805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64805; }
p { color: rgb(246,72,5); }
H1.HeaderClassName
{
color: #F64805;
}
.AnyTagClassName
{
color: #F64805;
}
</style>
background-color css
<style>
a { background-color: #F64805; }
a { background-color: rgb(246,72,5); }
div.DivClassName
{
background-color: #F64805;
}
.BgClassName
{
background-color: #F64805;
}
</style>
border-color css
<style>
span { border-color: #F64805; }
span { border-color: rgb(246,72,5); }
td.TdClassName
{
border-color: #F64805;
}
.TagClassName
{
border-color: #F64805;
}
</style>