Shades of Red Orange #F74A25
Tints of Red Orange #F74A25
RGB
CMYK
RGB Variations
Color information
#F74A25 (or 0xF74A25) is known color: Red Orange. HEX triplet: F7, 4A and 25. RGB value is (247,74,37). Sum of RGB (Red+Green+Blue) = 247+74+37=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A25 is #08B5DA. Grayscale: #797979. Windows color (decimal): -570843 or 2444023. OLE color: 2444023.
HSL color Cylindrical-coordinate representation of color #F74A25: hue angle of 10.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F74A25 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.03 |
| HSL | 10.57º | 0.93% | 0.56% | - |
| HSV(B) | 10.57º | 0.85% | 0.97% | - |
| XYZ | 41.14 | 24.81 | 4.37 | - |
| YUV | 121.51 | 80.31 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 37 | 0 | 0.70 | 0.85 | 0.03 | 10.57 | 0.93 | 0.56 |
| Hex | F7 | 4A | 25 | 0 | 46 | 55 | 3 | B | 5D | 38 |
| Octal | 367 | 112 | 45 | 0 | 106 | 125 | 3 | 13 | 135 | 70 |
| Binary | 11110111 | 1001010 | 100101 | 0 | 1000110 | 1010101 | 11 | 1011 | 1011101 | 111000 |
Color Harmonies of #F74A25
Complementary color
Monochromatic Colors of #F74A25
Black with #F74A25
Text Example
Text Example
White with #F74A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A25; }
p { color: rgb(247,74,37); }
H1.HeaderClassName
{
color: #F74A25;
}
.AnyTagClassName
{
color: #F74A25;
}
</style>
background-color css
<style>
a { background-color: #F74A25; }
a { background-color: rgb(247,74,37); }
div.DivClassName
{
background-color: #F74A25;
}
.BgClassName
{
background-color: #F74A25;
}
</style>
border-color css
<style>
span { border-color: #F74A25; }
span { border-color: rgb(247,74,37); }
td.TdClassName
{
border-color: #F74A25;
}
.TagClassName
{
border-color: #F74A25;
}
</style>