Shades of Red Orange #F64825
Tints of Red Orange #F64825
RGB
CMYK
RGB Variations
Color information
#F64825 (or 0xF64825) is known color: Red Orange. HEX triplet: F6, 48 and 25. RGB value is (246,72,37). Sum of RGB (Red+Green+Blue) = 246+72+37=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F64825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64825 is #09B7DA. Grayscale: #787878. Windows color (decimal): -636891 or 2443510. OLE color: 2443510.
HSL color Cylindrical-coordinate representation of color #F64825: hue angle of 10.05º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F64825 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 37 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.04 |
| HSL | 10.05º | 0.92% | 0.55% | - |
| HSV(B) | 10.05º | 0.85% | 0.96% | - |
| XYZ | 40.66 | 24.36 | 4.31 | - |
| YUV | 120.04 | 81.15 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 37 | 0 | 0.71 | 0.85 | 0.04 | 10.05 | 0.92 | 0.55 |
| Hex | F6 | 48 | 25 | 0 | 47 | 55 | 4 | A | 5C | 37 |
| Octal | 366 | 110 | 45 | 0 | 107 | 125 | 4 | 12 | 134 | 67 |
| Binary | 11110110 | 1001000 | 100101 | 0 | 1000111 | 1010101 | 100 | 1010 | 1011100 | 110111 |
Color Harmonies of #F64825
Complementary color
Monochromatic Colors of #F64825
Black with #F64825
Text Example
Text Example
White with #F64825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64825; }
p { color: rgb(246,72,37); }
H1.HeaderClassName
{
color: #F64825;
}
.AnyTagClassName
{
color: #F64825;
}
</style>
background-color css
<style>
a { background-color: #F64825; }
a { background-color: rgb(246,72,37); }
div.DivClassName
{
background-color: #F64825;
}
.BgClassName
{
background-color: #F64825;
}
</style>
border-color css
<style>
span { border-color: #F64825; }
span { border-color: rgb(246,72,37); }
td.TdClassName
{
border-color: #F64825;
}
.TagClassName
{
border-color: #F64825;
}
</style>