Shades of Red Orange #F53A20
Tints of Red Orange #F53A20
RGB
CMYK
RGB Variations
Color information
#F53A20 (or 0xF53A20) is known color: Red Orange. HEX triplet: F5, 3A and 20. RGB value is (245,58,32). Sum of RGB (Red+Green+Blue) = 245+58+32=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53A20 is #0AC5DF. Grayscale: #6F6F6F. Windows color (decimal): -706016 or 2112245. OLE color: 2112245.
HSL color Cylindrical-coordinate representation of color #F53A20: hue angle of 7.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F53A20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 32 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.04 |
| HSL | 7.32º | 0.91% | 0.54% | - |
| HSV(B) | 7.32º | 0.87% | 0.96% | - |
| XYZ | 39.43 | 22.54 | 3.64 | - |
| YUV | 110.95 | 83.45 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 32 | 0 | 0.76 | 0.87 | 0.04 | 7.32 | 0.91 | 0.54 |
| Hex | F5 | 3A | 20 | 0 | 4C | 57 | 4 | 7 | 5B | 36 |
| Octal | 365 | 72 | 40 | 0 | 114 | 127 | 4 | 7 | 133 | 66 |
| Binary | 11110101 | 111010 | 100000 | 0 | 1001100 | 1010111 | 100 | 111 | 1011011 | 110110 |
Color Harmonies of #F53A20
Complementary color
Monochromatic Colors of #F53A20
Black with #F53A20
Text Example
Text Example
White with #F53A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A20; }
p { color: rgb(245,58,32); }
H1.HeaderClassName
{
color: #F53A20;
}
.AnyTagClassName
{
color: #F53A20;
}
</style>
background-color css
<style>
a { background-color: #F53A20; }
a { background-color: rgb(245,58,32); }
div.DivClassName
{
background-color: #F53A20;
}
.BgClassName
{
background-color: #F53A20;
}
</style>
border-color css
<style>
span { border-color: #F53A20; }
span { border-color: rgb(245,58,32); }
td.TdClassName
{
border-color: #F53A20;
}
.TagClassName
{
border-color: #F53A20;
}
</style>