Shades of Red Orange #F64425
Tints of Red Orange #F64425
RGB
CMYK
RGB Variations
Color information
#F64425 (or 0xF64425) is known color: Red Orange. HEX triplet: F6, 44 and 25. RGB value is (246,68,37). Sum of RGB (Red+Green+Blue) = 246+68+37=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F64425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64425 is #09BBDA. Grayscale: #757575. Windows color (decimal): -637915 or 2442486. OLE color: 2442486.
HSL color Cylindrical-coordinate representation of color #F64425: hue angle of 8.9º 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 #F64425 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 37 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.04 |
| HSL | 8.9º | 0.92% | 0.55% | - |
| HSV(B) | 8.9º | 0.85% | 0.96% | - |
| XYZ | 40.41 | 23.86 | 4.23 | - |
| YUV | 117.69 | 82.47 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 37 | 0 | 0.72 | 0.85 | 0.04 | 8.9 | 0.92 | 0.55 |
| Hex | F6 | 44 | 25 | 0 | 48 | 55 | 4 | 9 | 5C | 37 |
| Octal | 366 | 104 | 45 | 0 | 110 | 125 | 4 | 11 | 134 | 67 |
| Binary | 11110110 | 1000100 | 100101 | 0 | 1001000 | 1010101 | 100 | 1001 | 1011100 | 110111 |
Color Harmonies of #F64425
Complementary color
Monochromatic Colors of #F64425
Black with #F64425
Text Example
Text Example
White with #F64425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64425; }
p { color: rgb(246,68,37); }
H1.HeaderClassName
{
color: #F64425;
}
.AnyTagClassName
{
color: #F64425;
}
</style>
background-color css
<style>
a { background-color: #F64425; }
a { background-color: rgb(246,68,37); }
div.DivClassName
{
background-color: #F64425;
}
.BgClassName
{
background-color: #F64425;
}
</style>
border-color css
<style>
span { border-color: #F64425; }
span { border-color: rgb(246,68,37); }
td.TdClassName
{
border-color: #F64425;
}
.TagClassName
{
border-color: #F64425;
}
</style>