Shades of Red Orange #F64A27
Tints of Red Orange #F64A27
RGB
CMYK
RGB Variations
Color information
#F64A27 (or 0xF64A27) is known color: Red Orange. HEX triplet: F6, 4A and 27. RGB value is (246,74,39). Sum of RGB (Red+Green+Blue) = 246+74+39=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64A27 is #09B5D8. Grayscale: #797979. Windows color (decimal): -636377 or 2575094. OLE color: 2575094.
HSL color Cylindrical-coordinate representation of color #F64A27: hue angle of 10.14º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F64A27 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 39 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.04 |
| HSL | 10.14º | 0.92% | 0.56% | - |
| HSV(B) | 10.14º | 0.84% | 0.96% | - |
| XYZ | 40.82 | 24.64 | 4.52 | - |
| YUV | 121.44 | 81.48 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 39 | 0 | 0.70 | 0.84 | 0.04 | 10.14 | 0.92 | 0.56 |
| Hex | F6 | 4A | 27 | 0 | 46 | 54 | 4 | A | 5C | 38 |
| Octal | 366 | 112 | 47 | 0 | 106 | 124 | 4 | 12 | 134 | 70 |
| Binary | 11110110 | 1001010 | 100111 | 0 | 1000110 | 1010100 | 100 | 1010 | 1011100 | 111000 |
Color Harmonies of #F64A27
Complementary color
Monochromatic Colors of #F64A27
Black with #F64A27
Text Example
Text Example
White with #F64A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A27; }
p { color: rgb(246,74,39); }
H1.HeaderClassName
{
color: #F64A27;
}
.AnyTagClassName
{
color: #F64A27;
}
</style>
background-color css
<style>
a { background-color: #F64A27; }
a { background-color: rgb(246,74,39); }
div.DivClassName
{
background-color: #F64A27;
}
.BgClassName
{
background-color: #F64A27;
}
</style>
border-color css
<style>
span { border-color: #F64A27; }
span { border-color: rgb(246,74,39); }
td.TdClassName
{
border-color: #F64A27;
}
.TagClassName
{
border-color: #F64A27;
}
</style>