Shades of Red Orange #F52C22
Tints of Red Orange #F52C22
RGB
CMYK
RGB Variations
Color information
#F52C22 (or 0xF52C22) is known color: Red Orange. HEX triplet: F5, 2C and 22. RGB value is (245,44,34). Sum of RGB (Red+Green+Blue) = 245+44+34=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C22 is #0AD3DD. Grayscale: #676767. Windows color (decimal): -709598 or 2239733. OLE color: 2239733.
HSL color Cylindrical-coordinate representation of color #F52C22: hue angle of 2.84º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52C22 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 34 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.04 |
| HSL | 2.84º | 0.91% | 0.55% | - |
| HSV(B) | 2.84º | 0.86% | 0.96% | - |
| XYZ | 38.85 | 21.33 | 3.58 | - |
| YUV | 102.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 34 | 0 | 0.82 | 0.86 | 0.04 | 2.84 | 0.91 | 0.55 |
| Hex | F5 | 2C | 22 | 0 | 52 | 56 | 4 | 3 | 5B | 37 |
| Octal | 365 | 54 | 42 | 0 | 122 | 126 | 4 | 3 | 133 | 67 |
| Binary | 11110101 | 101100 | 100010 | 0 | 1010010 | 1010110 | 100 | 11 | 1011011 | 110111 |
Color Harmonies of #F52C22
Complementary color
Monochromatic Colors of #F52C22
Black with #F52C22
Text Example
Text Example
White with #F52C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C22; }
p { color: rgb(245,44,34); }
H1.HeaderClassName
{
color: #F52C22;
}
.AnyTagClassName
{
color: #F52C22;
}
</style>
background-color css
<style>
a { background-color: #F52C22; }
a { background-color: rgb(245,44,34); }
div.DivClassName
{
background-color: #F52C22;
}
.BgClassName
{
background-color: #F52C22;
}
</style>
border-color css
<style>
span { border-color: #F52C22; }
span { border-color: rgb(245,44,34); }
td.TdClassName
{
border-color: #F52C22;
}
.TagClassName
{
border-color: #F52C22;
}
</style>