Shades of Red Orange #F64C27
Tints of Red Orange #F64C27
RGB
CMYK
RGB Variations
Color information
#F64C27 (or 0xF64C27) is known color: Red Orange. HEX triplet: F6, 4C and 27. RGB value is (246,76,39). Sum of RGB (Red+Green+Blue) = 246+76+39=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64C27 is #09B3D8. Grayscale: #7A7A7A. Windows color (decimal): -635865 or 2575606. OLE color: 2575606.
HSL color Cylindrical-coordinate representation of color #F64C27: hue angle of 10.72º 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 #F64C27 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 39 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.04 |
| HSL | 10.72º | 0.92% | 0.56% | - |
| HSV(B) | 10.72º | 0.84% | 0.96% | - |
| XYZ | 40.96 | 24.91 | 4.57 | - |
| YUV | 122.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 39 | 0 | 0.69 | 0.84 | 0.04 | 10.72 | 0.92 | 0.56 |
| Hex | F6 | 4C | 27 | 0 | 45 | 54 | 4 | B | 5C | 38 |
| Octal | 366 | 114 | 47 | 0 | 105 | 124 | 4 | 13 | 134 | 70 |
| Binary | 11110110 | 1001100 | 100111 | 0 | 1000101 | 1010100 | 100 | 1011 | 1011100 | 111000 |
Color Harmonies of #F64C27
Complementary color
Monochromatic Colors of #F64C27
Black with #F64C27
Text Example
Text Example
White with #F64C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C27; }
p { color: rgb(246,76,39); }
H1.HeaderClassName
{
color: #F64C27;
}
.AnyTagClassName
{
color: #F64C27;
}
</style>
background-color css
<style>
a { background-color: #F64C27; }
a { background-color: rgb(246,76,39); }
div.DivClassName
{
background-color: #F64C27;
}
.BgClassName
{
background-color: #F64C27;
}
</style>
border-color css
<style>
span { border-color: #F64C27; }
span { border-color: rgb(246,76,39); }
td.TdClassName
{
border-color: #F64C27;
}
.TagClassName
{
border-color: #F64C27;
}
</style>