Shades of Red Orange #F64D25
Tints of Red Orange #F64D25
RGB
CMYK
RGB Variations
Color information
#F64D25 (or 0xF64D25) is known color: Red Orange. HEX triplet: F6, 4D and 25. RGB value is (246,77,37). Sum of RGB (Red+Green+Blue) = 246+77+37=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D25 is #09B2DA. Grayscale: #7B7B7B. Windows color (decimal): -635611 or 2444790. OLE color: 2444790.
HSL color Cylindrical-coordinate representation of color #F64D25: hue angle of 11.48º 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 #F64D25 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 37 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.04 |
| HSL | 11.48º | 0.92% | 0.55% | - |
| HSV(B) | 11.48º | 0.85% | 0.96% | - |
| XYZ | 40.99 | 25.03 | 4.42 | - |
| YUV | 122.97 | 79.49 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 37 | 0 | 0.69 | 0.85 | 0.04 | 11.48 | 0.92 | 0.55 |
| Hex | F6 | 4D | 25 | 0 | 45 | 55 | 4 | B | 5C | 37 |
| Octal | 366 | 115 | 45 | 0 | 105 | 125 | 4 | 13 | 134 | 67 |
| Binary | 11110110 | 1001101 | 100101 | 0 | 1000101 | 1010101 | 100 | 1011 | 1011100 | 110111 |
Color Harmonies of #F64D25
Complementary color
Monochromatic Colors of #F64D25
Black with #F64D25
Text Example
Text Example
White with #F64D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D25; }
p { color: rgb(246,77,37); }
H1.HeaderClassName
{
color: #F64D25;
}
.AnyTagClassName
{
color: #F64D25;
}
</style>
background-color css
<style>
a { background-color: #F64D25; }
a { background-color: rgb(246,77,37); }
div.DivClassName
{
background-color: #F64D25;
}
.BgClassName
{
background-color: #F64D25;
}
</style>
border-color css
<style>
span { border-color: #F64D25; }
span { border-color: rgb(246,77,37); }
td.TdClassName
{
border-color: #F64D25;
}
.TagClassName
{
border-color: #F64D25;
}
</style>