Shades of Red Orange #F72C2B
Tints of Red Orange #F72C2B
RGB
CMYK
RGB Variations
Color information
#F72C2B (or 0xF72C2B) is known color: Red Orange. HEX triplet: F7, 2C and 2B. RGB value is (247,44,43). Sum of RGB (Red+Green+Blue) = 247+44+43=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C2B is #08D3D4. Grayscale: #686868. Windows color (decimal): -578517 or 2829559. OLE color: 2829559.
HSL color Cylindrical-coordinate representation of color #F72C2B: hue angle of 0.29º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72C2B is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 43 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.03 |
| HSL | 0.29º | 0.93% | 0.57% | - |
| HSV(B) | 0.29º | 0.83% | 0.97% | - |
| XYZ | 39.69 | 21.75 | 4.39 | - |
| YUV | 104.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 43 | 0 | 0.82 | 0.83 | 0.03 | 0.29 | 0.93 | 0.57 |
| Hex | F7 | 2C | 2B | 0 | 52 | 53 | 3 | 0 | 5D | 39 |
| Octal | 367 | 54 | 53 | 0 | 122 | 123 | 3 | 0 | 135 | 71 |
| Binary | 11110111 | 101100 | 101011 | 0 | 1010010 | 1010011 | 11 | 0 | 1011101 | 111001 |
Color Harmonies of #F72C2B
Complementary color
Monochromatic Colors of #F72C2B
Black with #F72C2B
Text Example
Text Example
White with #F72C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C2B; }
p { color: rgb(247,44,43); }
H1.HeaderClassName
{
color: #F72C2B;
}
.AnyTagClassName
{
color: #F72C2B;
}
</style>
background-color css
<style>
a { background-color: #F72C2B; }
a { background-color: rgb(247,44,43); }
div.DivClassName
{
background-color: #F72C2B;
}
.BgClassName
{
background-color: #F72C2B;
}
</style>
border-color css
<style>
span { border-color: #F72C2B; }
span { border-color: rgb(247,44,43); }
td.TdClassName
{
border-color: #F72C2B;
}
.TagClassName
{
border-color: #F72C2B;
}
</style>