Shades of Red Orange #F53F34
Tints of Red Orange #F53F34
RGB
CMYK
RGB Variations
Color information
#F53F34 (or 0xF53F34) is known color: Red Orange. HEX triplet: F5, 3F and 34. RGB value is (245,63,52). Sum of RGB (Red+Green+Blue) = 245+63+52=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F34 is #0AC0CB. Grayscale: #747474. Windows color (decimal): -704716 or 3424245. OLE color: 3424245.
HSL color Cylindrical-coordinate representation of color #F53F34: hue angle of 3.42º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53F34 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 52 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.04 |
| HSL | 3.42º | 0.91% | 0.58% | - |
| HSV(B) | 3.42º | 0.79% | 0.96% | - |
| XYZ | 40.05 | 23.22 | 5.62 | - |
| YUV | 116.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 52 | 0 | 0.74 | 0.79 | 0.04 | 3.42 | 0.91 | 0.58 |
| Hex | F5 | 3F | 34 | 0 | 4A | 4F | 4 | 3 | 5B | 3A |
| Octal | 365 | 77 | 64 | 0 | 112 | 117 | 4 | 3 | 133 | 72 |
| Binary | 11110101 | 111111 | 110100 | 0 | 1001010 | 1001111 | 100 | 11 | 1011011 | 111010 |
Color Harmonies of #F53F34
Complementary color
Monochromatic Colors of #F53F34
Black with #F53F34
Text Example
Text Example
White with #F53F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F34; }
p { color: rgb(245,63,52); }
H1.HeaderClassName
{
color: #F53F34;
}
.AnyTagClassName
{
color: #F53F34;
}
</style>
background-color css
<style>
a { background-color: #F53F34; }
a { background-color: rgb(245,63,52); }
div.DivClassName
{
background-color: #F53F34;
}
.BgClassName
{
background-color: #F53F34;
}
</style>
border-color css
<style>
span { border-color: #F53F34; }
span { border-color: rgb(245,63,52); }
td.TdClassName
{
border-color: #F53F34;
}
.TagClassName
{
border-color: #F53F34;
}
</style>