Shades of Red Orange #F74C22
Tints of Red Orange #F74C22
RGB
CMYK
RGB Variations
Color information
#F74C22 (or 0xF74C22) is known color: Red Orange. HEX triplet: F7, 4C and 22. RGB value is (247,76,34). Sum of RGB (Red+Green+Blue) = 247+76+34=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74C22 is #08B3DD. Grayscale: #7A7A7A. Windows color (decimal): -570334 or 2247927. OLE color: 2247927.
HSL color Cylindrical-coordinate representation of color #F74C22: hue angle of 11.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F74C22 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 34 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.03 |
| HSL | 11.83º | 0.93% | 0.55% | - |
| HSV(B) | 11.83º | 0.86% | 0.97% | - |
| XYZ | 41.23 | 25.06 | 4.18 | - |
| YUV | 122.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 34 | 0 | 0.69 | 0.86 | 0.03 | 11.83 | 0.93 | 0.55 |
| Hex | F7 | 4C | 22 | 0 | 45 | 56 | 3 | C | 5D | 37 |
| Octal | 367 | 114 | 42 | 0 | 105 | 126 | 3 | 14 | 135 | 67 |
| Binary | 11110111 | 1001100 | 100010 | 0 | 1000101 | 1010110 | 11 | 1100 | 1011101 | 110111 |
Color Harmonies of #F74C22
Complementary color
Monochromatic Colors of #F74C22
Black with #F74C22
Text Example
Text Example
White with #F74C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C22; }
p { color: rgb(247,76,34); }
H1.HeaderClassName
{
color: #F74C22;
}
.AnyTagClassName
{
color: #F74C22;
}
</style>
background-color css
<style>
a { background-color: #F74C22; }
a { background-color: rgb(247,76,34); }
div.DivClassName
{
background-color: #F74C22;
}
.BgClassName
{
background-color: #F74C22;
}
</style>
border-color css
<style>
span { border-color: #F74C22; }
span { border-color: rgb(247,76,34); }
td.TdClassName
{
border-color: #F74C22;
}
.TagClassName
{
border-color: #F74C22;
}
</style>