Shades of Red Orange #F73D34
Tints of Red Orange #F73D34
RGB
CMYK
RGB Variations
Color information
#F73D34 (or 0xF73D34) is known color: Red Orange. HEX triplet: F7, 3D and 34. RGB value is (247,61,52). Sum of RGB (Red+Green+Blue) = 247+61+52=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D34 is #08C2CB. Grayscale: #737373. Windows color (decimal): -574156 or 3423735. OLE color: 3423735.
HSL color Cylindrical-coordinate representation of color #F73D34: hue angle of 2.77º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73D34 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 52 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.03 |
| HSL | 2.77º | 0.92% | 0.59% | - |
| HSV(B) | 2.77º | 0.79% | 0.97% | - |
| XYZ | 40.65 | 23.36 | 5.62 | - |
| YUV | 115.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 52 | 0 | 0.75 | 0.79 | 0.03 | 2.77 | 0.92 | 0.59 |
| Hex | F7 | 3D | 34 | 0 | 4B | 4F | 3 | 3 | 5C | 3B |
| Octal | 367 | 75 | 64 | 0 | 113 | 117 | 3 | 3 | 134 | 73 |
| Binary | 11110111 | 111101 | 110100 | 0 | 1001011 | 1001111 | 11 | 11 | 1011100 | 111011 |
Color Harmonies of #F73D34
Complementary color
Monochromatic Colors of #F73D34
Black with #F73D34
Text Example
Text Example
White with #F73D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D34; }
p { color: rgb(247,61,52); }
H1.HeaderClassName
{
color: #F73D34;
}
.AnyTagClassName
{
color: #F73D34;
}
</style>
background-color css
<style>
a { background-color: #F73D34; }
a { background-color: rgb(247,61,52); }
div.DivClassName
{
background-color: #F73D34;
}
.BgClassName
{
background-color: #F73D34;
}
</style>
border-color css
<style>
span { border-color: #F73D34; }
span { border-color: rgb(247,61,52); }
td.TdClassName
{
border-color: #F73D34;
}
.TagClassName
{
border-color: #F73D34;
}
</style>