Shades of Red Orange #F53F20
Tints of Red Orange #F53F20
RGB
CMYK
RGB Variations
Color information
#F53F20 (or 0xF53F20) is known color: Red Orange. HEX triplet: F5, 3F and 20. RGB value is (245,63,32). Sum of RGB (Red+Green+Blue) = 245+63+32=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F20 is #0AC0DF. Grayscale: #727272. Windows color (decimal): -704736 or 2113525. OLE color: 2113525.
HSL color Cylindrical-coordinate representation of color #F53F20: hue angle of 8.73º 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 #F53F20 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.04 |
| HSL | 8.73º | 0.91% | 0.54% | - |
| HSV(B) | 8.73º | 0.87% | 0.96% | - |
| XYZ | 39.69 | 23.07 | 3.73 | - |
| YUV | 113.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 32 | 0 | 0.74 | 0.87 | 0.04 | 8.73 | 0.91 | 0.54 |
| Hex | F5 | 3F | 20 | 0 | 4A | 57 | 4 | 9 | 5B | 36 |
| Octal | 365 | 77 | 40 | 0 | 112 | 127 | 4 | 11 | 133 | 66 |
| Binary | 11110101 | 111111 | 100000 | 0 | 1001010 | 1010111 | 100 | 1001 | 1011011 | 110110 |
Color Harmonies of #F53F20
Complementary color
Monochromatic Colors of #F53F20
Black with #F53F20
Text Example
Text Example
White with #F53F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F20; }
p { color: rgb(245,63,32); }
H1.HeaderClassName
{
color: #F53F20;
}
.AnyTagClassName
{
color: #F53F20;
}
</style>
background-color css
<style>
a { background-color: #F53F20; }
a { background-color: rgb(245,63,32); }
div.DivClassName
{
background-color: #F53F20;
}
.BgClassName
{
background-color: #F53F20;
}
</style>
border-color css
<style>
span { border-color: #F53F20; }
span { border-color: rgb(245,63,32); }
td.TdClassName
{
border-color: #F53F20;
}
.TagClassName
{
border-color: #F53F20;
}
</style>