Shades of Red Orange #F74228
Tints of Red Orange #F74228
RGB
CMYK
RGB Variations
Color information
#F74228 (or 0xF74228) is known color: Red Orange. HEX triplet: F7, 42 and 28. RGB value is (247,66,40). Sum of RGB (Red+Green+Blue) = 247+66+40=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F74228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74228 is #08BDD7. Grayscale: #757575. Windows color (decimal): -572888 or 2638583. OLE color: 2638583.
HSL color Cylindrical-coordinate representation of color #F74228: hue angle of 7.54º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F74228 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 40 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.03 |
| HSL | 7.54º | 0.93% | 0.56% | - |
| HSV(B) | 7.54º | 0.84% | 0.97% | - |
| XYZ | 40.69 | 23.82 | 4.46 | - |
| YUV | 117.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 40 | 0 | 0.73 | 0.84 | 0.03 | 7.54 | 0.93 | 0.56 |
| Hex | F7 | 42 | 28 | 0 | 49 | 54 | 3 | 8 | 5D | 38 |
| Octal | 367 | 102 | 50 | 0 | 111 | 124 | 3 | 10 | 135 | 70 |
| Binary | 11110111 | 1000010 | 101000 | 0 | 1001001 | 1010100 | 11 | 1000 | 1011101 | 111000 |
Color Harmonies of #F74228
Complementary color
Monochromatic Colors of #F74228
Black with #F74228
Text Example
Text Example
White with #F74228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74228; }
p { color: rgb(247,66,40); }
H1.HeaderClassName
{
color: #F74228;
}
.AnyTagClassName
{
color: #F74228;
}
</style>
background-color css
<style>
a { background-color: #F74228; }
a { background-color: rgb(247,66,40); }
div.DivClassName
{
background-color: #F74228;
}
.BgClassName
{
background-color: #F74228;
}
</style>
border-color css
<style>
span { border-color: #F74228; }
span { border-color: rgb(247,66,40); }
td.TdClassName
{
border-color: #F74228;
}
.TagClassName
{
border-color: #F74228;
}
</style>