Shades of Red Orange #F74C28
Tints of Red Orange #F74C28
RGB
CMYK
RGB Variations
Color information
#F74C28 (or 0xF74C28) is known color: Red Orange. HEX triplet: F7, 4C and 28. RGB value is (247,76,40). Sum of RGB (Red+Green+Blue) = 247+76+40=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74C28 is #08B3D7. Grayscale: #7B7B7B. Windows color (decimal): -570328 or 2641143. OLE color: 2641143.
HSL color Cylindrical-coordinate representation of color #F74C28: hue angle of 10.43º 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 #F74C28 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 40 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.03 |
| HSL | 10.43º | 0.93% | 0.56% | - |
| HSV(B) | 10.43º | 0.84% | 0.97% | - |
| XYZ | 41.33 | 25.1 | 4.67 | - |
| YUV | 123.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 40 | 0 | 0.69 | 0.84 | 0.03 | 10.43 | 0.93 | 0.56 |
| Hex | F7 | 4C | 28 | 0 | 45 | 54 | 3 | A | 5D | 38 |
| Octal | 367 | 114 | 50 | 0 | 105 | 124 | 3 | 12 | 135 | 70 |
| Binary | 11110111 | 1001100 | 101000 | 0 | 1000101 | 1010100 | 11 | 1010 | 1011101 | 111000 |
Color Harmonies of #F74C28
Complementary color
Monochromatic Colors of #F74C28
Black with #F74C28
Text Example
Text Example
White with #F74C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C28; }
p { color: rgb(247,76,40); }
H1.HeaderClassName
{
color: #F74C28;
}
.AnyTagClassName
{
color: #F74C28;
}
</style>
background-color css
<style>
a { background-color: #F74C28; }
a { background-color: rgb(247,76,40); }
div.DivClassName
{
background-color: #F74C28;
}
.BgClassName
{
background-color: #F74C28;
}
</style>
border-color css
<style>
span { border-color: #F74C28; }
span { border-color: rgb(247,76,40); }
td.TdClassName
{
border-color: #F74C28;
}
.TagClassName
{
border-color: #F74C28;
}
</style>