Shades of Red Orange #F64C22
Tints of Red Orange #F64C22
RGB
CMYK
RGB Variations
Color information
#F64C22 (or 0xF64C22) is known color: Red Orange. HEX triplet: F6, 4C and 22. RGB value is (246,76,34). Sum of RGB (Red+Green+Blue) = 246+76+34=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64C22 is #09B3DD. Grayscale: #7A7A7A. Windows color (decimal): -635870 or 2247926. OLE color: 2247926.
HSL color Cylindrical-coordinate representation of color #F64C22: hue angle of 11.89º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F64C22 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 34 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.04 |
| HSL | 11.89º | 0.92% | 0.55% | - |
| HSV(B) | 11.89º | 0.86% | 0.96% | - |
| XYZ | 40.88 | 24.88 | 4.16 | - |
| YUV | 122.04 | 78.32 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 34 | 0 | 0.69 | 0.86 | 0.04 | 11.89 | 0.92 | 0.55 |
| Hex | F6 | 4C | 22 | 0 | 45 | 56 | 4 | C | 5C | 37 |
| Octal | 366 | 114 | 42 | 0 | 105 | 126 | 4 | 14 | 134 | 67 |
| Binary | 11110110 | 1001100 | 100010 | 0 | 1000101 | 1010110 | 100 | 1100 | 1011100 | 110111 |
Color Harmonies of #F64C22
Complementary color
Monochromatic Colors of #F64C22
Black with #F64C22
Text Example
Text Example
White with #F64C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C22; }
p { color: rgb(246,76,34); }
H1.HeaderClassName
{
color: #F64C22;
}
.AnyTagClassName
{
color: #F64C22;
}
</style>
background-color css
<style>
a { background-color: #F64C22; }
a { background-color: rgb(246,76,34); }
div.DivClassName
{
background-color: #F64C22;
}
.BgClassName
{
background-color: #F64C22;
}
</style>
border-color css
<style>
span { border-color: #F64C22; }
span { border-color: rgb(246,76,34); }
td.TdClassName
{
border-color: #F64C22;
}
.TagClassName
{
border-color: #F64C22;
}
</style>