Shades of Red Orange #F73230
Tints of Red Orange #F73230
RGB
CMYK
RGB Variations
Color information
#F73230 (or 0xF73230) is known color: Red Orange. HEX triplet: F7, 32 and 30. RGB value is (247,50,48). Sum of RGB (Red+Green+Blue) = 247+50+48=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F73230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73230 is #08CDCF. Grayscale: #6C6C6C. Windows color (decimal): -576976 or 3158775. OLE color: 3158775.
HSL color Cylindrical-coordinate representation of color #F73230: hue angle of 0.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73230 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 48 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.03 |
| HSL | 0.6º | 0.93% | 0.58% | - |
| HSV(B) | 0.6º | 0.81% | 0.97% | - |
| XYZ | 40.03 | 22.27 | 4.98 | - |
| YUV | 108.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 48 | 0 | 0.80 | 0.81 | 0.03 | 0.6 | 0.93 | 0.58 |
| Hex | F7 | 32 | 30 | 0 | 50 | 51 | 3 | 1 | 5D | 3A |
| Octal | 367 | 62 | 60 | 0 | 120 | 121 | 3 | 1 | 135 | 72 |
| Binary | 11110111 | 110010 | 110000 | 0 | 1010000 | 1010001 | 11 | 1 | 1011101 | 111010 |
Color Harmonies of #F73230
Complementary color
Monochromatic Colors of #F73230
Black with #F73230
Text Example
Text Example
White with #F73230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73230; }
p { color: rgb(247,50,48); }
H1.HeaderClassName
{
color: #F73230;
}
.AnyTagClassName
{
color: #F73230;
}
</style>
background-color css
<style>
a { background-color: #F73230; }
a { background-color: rgb(247,50,48); }
div.DivClassName
{
background-color: #F73230;
}
.BgClassName
{
background-color: #F73230;
}
</style>
border-color css
<style>
span { border-color: #F73230; }
span { border-color: rgb(247,50,48); }
td.TdClassName
{
border-color: #F73230;
}
.TagClassName
{
border-color: #F73230;
}
</style>