Shades of Red Orange #F74028
Tints of Red Orange #F74028
RGB
CMYK
RGB Variations
Color information
#F74028 (or 0xF74028) is known color: Red Orange. HEX triplet: F7, 40 and 28. RGB value is (247,64,40). Sum of RGB (Red+Green+Blue) = 247+64+40=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F74028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74028 is #08BFD7. Grayscale: #747474. Windows color (decimal): -573400 or 2638071. OLE color: 2638071.
HSL color Cylindrical-coordinate representation of color #F74028: hue angle of 6.96º 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 #F74028 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.03 |
| HSL | 6.96º | 0.93% | 0.56% | - |
| HSV(B) | 6.96º | 0.84% | 0.97% | - |
| XYZ | 40.57 | 23.59 | 4.42 | - |
| YUV | 115.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 40 | 0 | 0.74 | 0.84 | 0.03 | 6.96 | 0.93 | 0.56 |
| Hex | F7 | 40 | 28 | 0 | 4A | 54 | 3 | 7 | 5D | 38 |
| Octal | 367 | 100 | 50 | 0 | 112 | 124 | 3 | 7 | 135 | 70 |
| Binary | 11110111 | 1000000 | 101000 | 0 | 1001010 | 1010100 | 11 | 111 | 1011101 | 111000 |
Color Harmonies of #F74028
Complementary color
Monochromatic Colors of #F74028
Black with #F74028
Text Example
Text Example
White with #F74028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74028; }
p { color: rgb(247,64,40); }
H1.HeaderClassName
{
color: #F74028;
}
.AnyTagClassName
{
color: #F74028;
}
</style>
background-color css
<style>
a { background-color: #F74028; }
a { background-color: rgb(247,64,40); }
div.DivClassName
{
background-color: #F74028;
}
.BgClassName
{
background-color: #F74028;
}
</style>
border-color css
<style>
span { border-color: #F74028; }
span { border-color: rgb(247,64,40); }
td.TdClassName
{
border-color: #F74028;
}
.TagClassName
{
border-color: #F74028;
}
</style>