Shades of Red Orange #F52620
Tints of Red Orange #F52620
RGB
CMYK
RGB Variations
Color information
#F52620 (or 0xF52620) is known color: Red Orange. HEX triplet: F5, 26 and 20. RGB value is (245,38,32). Sum of RGB (Red+Green+Blue) = 245+38+32=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F52620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52620 is #0AD9DF. Grayscale: #636363. Windows color (decimal): -711136 or 2107125. OLE color: 2107125.
HSL color Cylindrical-coordinate representation of color #F52620: hue angle of 1.69º 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 #F52620 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 32 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.04 |
| HSL | 1.69º | 0.91% | 0.54% | - |
| HSV(B) | 1.69º | 0.87% | 0.96% | - |
| XYZ | 38.61 | 20.9 | 3.37 | - |
| YUV | 99.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 32 | 0 | 0.84 | 0.87 | 0.04 | 1.69 | 0.91 | 0.54 |
| Hex | F5 | 26 | 20 | 0 | 54 | 57 | 4 | 2 | 5B | 36 |
| Octal | 365 | 46 | 40 | 0 | 124 | 127 | 4 | 2 | 133 | 66 |
| Binary | 11110101 | 100110 | 100000 | 0 | 1010100 | 1010111 | 100 | 10 | 1011011 | 110110 |
Color Harmonies of #F52620
Complementary color
Monochromatic Colors of #F52620
Black with #F52620
Text Example
Text Example
White with #F52620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52620; }
p { color: rgb(245,38,32); }
H1.HeaderClassName
{
color: #F52620;
}
.AnyTagClassName
{
color: #F52620;
}
</style>
background-color css
<style>
a { background-color: #F52620; }
a { background-color: rgb(245,38,32); }
div.DivClassName
{
background-color: #F52620;
}
.BgClassName
{
background-color: #F52620;
}
</style>
border-color css
<style>
span { border-color: #F52620; }
span { border-color: rgb(245,38,32); }
td.TdClassName
{
border-color: #F52620;
}
.TagClassName
{
border-color: #F52620;
}
</style>