Shades of Red Orange #F73430
Tints of Red Orange #F73430
RGB
CMYK
RGB Variations
Color information
#F73430 (or 0xF73430) is known color: Red Orange. HEX triplet: F7, 34 and 30. RGB value is (247,52,48). Sum of RGB (Red+Green+Blue) = 247+52+48=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F73430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73430 is #08CBCF. Grayscale: #6E6E6E. Windows color (decimal): -576464 or 3159287. OLE color: 3159287.
HSL color Cylindrical-coordinate representation of color #F73430: hue angle of 1.21º 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 #F73430 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 48 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.03 |
| HSL | 1.21º | 0.93% | 0.58% | - |
| HSV(B) | 1.21º | 0.81% | 0.97% | - |
| XYZ | 40.12 | 22.44 | 5.01 | - |
| YUV | 109.85 | 93.1 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 48 | 0 | 0.79 | 0.81 | 0.03 | 1.21 | 0.93 | 0.58 |
| Hex | F7 | 34 | 30 | 0 | 4F | 51 | 3 | 1 | 5D | 3A |
| Octal | 367 | 64 | 60 | 0 | 117 | 121 | 3 | 1 | 135 | 72 |
| Binary | 11110111 | 110100 | 110000 | 0 | 1001111 | 1010001 | 11 | 1 | 1011101 | 111010 |
Color Harmonies of #F73430
Complementary color
Monochromatic Colors of #F73430
Black with #F73430
Text Example
Text Example
White with #F73430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73430; }
p { color: rgb(247,52,48); }
H1.HeaderClassName
{
color: #F73430;
}
.AnyTagClassName
{
color: #F73430;
}
</style>
background-color css
<style>
a { background-color: #F73430; }
a { background-color: rgb(247,52,48); }
div.DivClassName
{
background-color: #F73430;
}
.BgClassName
{
background-color: #F73430;
}
</style>
border-color css
<style>
span { border-color: #F73430; }
span { border-color: rgb(247,52,48); }
td.TdClassName
{
border-color: #F73430;
}
.TagClassName
{
border-color: #F73430;
}
</style>