Shades of Red Orange #F7452C
Tints of Red Orange #F7452C
RGB
CMYK
RGB Variations
Color information
#F7452C (or 0xF7452C) is known color: Red Orange. HEX triplet: F7, 45 and 2C. RGB value is (247,69,44). Sum of RGB (Red+Green+Blue) = 247+69+44=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7452C is #08BAD3. Grayscale: #777777. Windows color (decimal): -572116 or 2901495. OLE color: 2901495.
HSL color Cylindrical-coordinate representation of color #F7452C: hue angle of 7.39º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7452C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.03 |
| HSL | 7.39º | 0.93% | 0.57% | - |
| HSV(B) | 7.39º | 0.82% | 0.97% | - |
| XYZ | 40.94 | 24.21 | 4.9 | - |
| YUV | 119.37 | 85.47 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 44 | 0 | 0.72 | 0.82 | 0.03 | 7.39 | 0.93 | 0.57 |
| Hex | F7 | 45 | 2C | 0 | 48 | 52 | 3 | 7 | 5D | 39 |
| Octal | 367 | 105 | 54 | 0 | 110 | 122 | 3 | 7 | 135 | 71 |
| Binary | 11110111 | 1000101 | 101100 | 0 | 1001000 | 1010010 | 11 | 111 | 1011101 | 111001 |
Color Harmonies of #F7452C
Complementary color
Monochromatic Colors of #F7452C
Black with #F7452C
Text Example
Text Example
White with #F7452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7452C; }
p { color: rgb(247,69,44); }
H1.HeaderClassName
{
color: #F7452C;
}
.AnyTagClassName
{
color: #F7452C;
}
</style>
background-color css
<style>
a { background-color: #F7452C; }
a { background-color: rgb(247,69,44); }
div.DivClassName
{
background-color: #F7452C;
}
.BgClassName
{
background-color: #F7452C;
}
</style>
border-color css
<style>
span { border-color: #F7452C; }
span { border-color: rgb(247,69,44); }
td.TdClassName
{
border-color: #F7452C;
}
.TagClassName
{
border-color: #F7452C;
}
</style>