Shades of Red Orange #F53E2C
Tints of Red Orange #F53E2C
RGB
CMYK
RGB Variations
Color information
#F53E2C (or 0xF53E2C) is known color: Red Orange. HEX triplet: F5, 3E and 2C. RGB value is (245,62,44). Sum of RGB (Red+Green+Blue) = 245+62+44=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53E2C is #0AC1D3. Grayscale: #727272. Windows color (decimal): -704980 or 2899701. OLE color: 2899701.
HSL color Cylindrical-coordinate representation of color #F53E2C: hue angle of 5.37º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F53E2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 44 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.04 |
| HSL | 5.37º | 0.91% | 0.57% | - |
| HSV(B) | 5.37º | 0.82% | 0.96% | - |
| XYZ | 39.83 | 23.04 | 4.73 | - |
| YUV | 114.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 44 | 0 | 0.75 | 0.82 | 0.04 | 5.37 | 0.91 | 0.57 |
| Hex | F5 | 3E | 2C | 0 | 4B | 52 | 4 | 5 | 5B | 39 |
| Octal | 365 | 76 | 54 | 0 | 113 | 122 | 4 | 5 | 133 | 71 |
| Binary | 11110101 | 111110 | 101100 | 0 | 1001011 | 1010010 | 100 | 101 | 1011011 | 111001 |
Color Harmonies of #F53E2C
Complementary color
Monochromatic Colors of #F53E2C
Black with #F53E2C
Text Example
Text Example
White with #F53E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E2C; }
p { color: rgb(245,62,44); }
H1.HeaderClassName
{
color: #F53E2C;
}
.AnyTagClassName
{
color: #F53E2C;
}
</style>
background-color css
<style>
a { background-color: #F53E2C; }
a { background-color: rgb(245,62,44); }
div.DivClassName
{
background-color: #F53E2C;
}
.BgClassName
{
background-color: #F53E2C;
}
</style>
border-color css
<style>
span { border-color: #F53E2C; }
span { border-color: rgb(245,62,44); }
td.TdClassName
{
border-color: #F53E2C;
}
.TagClassName
{
border-color: #F53E2C;
}
</style>