Shades of Red Orange #F53A2E
Tints of Red Orange #F53A2E
RGB
CMYK
RGB Variations
Color information
#F53A2E (or 0xF53A2E) is known color: Red Orange. HEX triplet: F5, 3A and 2E. RGB value is (245,58,46). Sum of RGB (Red+Green+Blue) = 245+58+46=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53A2E is #0AC5D1. Grayscale: #707070. Windows color (decimal): -706002 or 3029749. OLE color: 3029749.
HSL color Cylindrical-coordinate representation of color #F53A2E: hue angle of 3.62º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F53A2E is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 46 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.04 |
| HSL | 3.62º | 0.91% | 0.57% | - |
| HSV(B) | 3.62º | 0.81% | 0.96% | - |
| XYZ | 39.66 | 22.64 | 4.86 | - |
| YUV | 112.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 46 | 0 | 0.76 | 0.81 | 0.04 | 3.62 | 0.91 | 0.57 |
| Hex | F5 | 3A | 2E | 0 | 4C | 51 | 4 | 4 | 5B | 39 |
| Octal | 365 | 72 | 56 | 0 | 114 | 121 | 4 | 4 | 133 | 71 |
| Binary | 11110101 | 111010 | 101110 | 0 | 1001100 | 1010001 | 100 | 100 | 1011011 | 111001 |
Color Harmonies of #F53A2E
Complementary color
Monochromatic Colors of #F53A2E
Black with #F53A2E
Text Example
Text Example
White with #F53A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A2E; }
p { color: rgb(245,58,46); }
H1.HeaderClassName
{
color: #F53A2E;
}
.AnyTagClassName
{
color: #F53A2E;
}
</style>
background-color css
<style>
a { background-color: #F53A2E; }
a { background-color: rgb(245,58,46); }
div.DivClassName
{
background-color: #F53A2E;
}
.BgClassName
{
background-color: #F53A2E;
}
</style>
border-color css
<style>
span { border-color: #F53A2E; }
span { border-color: rgb(245,58,46); }
td.TdClassName
{
border-color: #F53A2E;
}
.TagClassName
{
border-color: #F53A2E;
}
</style>