Shades of Red Orange #F53820
Tints of Red Orange #F53820
RGB
CMYK
RGB Variations
Color information
#F53820 (or 0xF53820) is known color: Red Orange. HEX triplet: F5, 38 and 20. RGB value is (245,56,32). Sum of RGB (Red+Green+Blue) = 245+56+32=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F53820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53820 is #0AC7DF. Grayscale: #6E6E6E. Windows color (decimal): -706528 or 2111733. OLE color: 2111733.
HSL color Cylindrical-coordinate representation of color #F53820: hue angle of 6.76º 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 #F53820 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.04 |
| HSL | 6.76º | 0.91% | 0.54% | - |
| HSV(B) | 6.76º | 0.87% | 0.96% | - |
| XYZ | 39.33 | 22.35 | 3.61 | - |
| YUV | 109.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 32 | 0 | 0.77 | 0.87 | 0.04 | 6.76 | 0.91 | 0.54 |
| Hex | F5 | 38 | 20 | 0 | 4D | 57 | 4 | 7 | 5B | 36 |
| Octal | 365 | 70 | 40 | 0 | 115 | 127 | 4 | 7 | 133 | 66 |
| Binary | 11110101 | 111000 | 100000 | 0 | 1001101 | 1010111 | 100 | 111 | 1011011 | 110110 |
Color Harmonies of #F53820
Complementary color
Monochromatic Colors of #F53820
Black with #F53820
Text Example
Text Example
White with #F53820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53820; }
p { color: rgb(245,56,32); }
H1.HeaderClassName
{
color: #F53820;
}
.AnyTagClassName
{
color: #F53820;
}
</style>
background-color css
<style>
a { background-color: #F53820; }
a { background-color: rgb(245,56,32); }
div.DivClassName
{
background-color: #F53820;
}
.BgClassName
{
background-color: #F53820;
}
</style>
border-color css
<style>
span { border-color: #F53820; }
span { border-color: rgb(245,56,32); }
td.TdClassName
{
border-color: #F53820;
}
.TagClassName
{
border-color: #F53820;
}
</style>