Shades of Red Orange #F5322C
Tints of Red Orange #F5322C
RGB
CMYK
RGB Variations
Color information
#F5322C (or 0xF5322C) is known color: Red Orange. HEX triplet: F5, 32 and 2C. RGB value is (245,50,44). Sum of RGB (Red+Green+Blue) = 245+50+44=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5322C is #0ACDD3. Grayscale: #6B6B6B. Windows color (decimal): -708052 or 2896629. OLE color: 2896629.
HSL color Cylindrical-coordinate representation of color #F5322C: hue angle of 1.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5322C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 44 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.04 |
| HSL | 1.79º | 0.91% | 0.57% | - |
| HSV(B) | 1.79º | 0.82% | 0.96% | - |
| XYZ | 39.25 | 21.88 | 4.54 | - |
| YUV | 107.62 | 92.1 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 44 | 0 | 0.80 | 0.82 | 0.04 | 1.79 | 0.91 | 0.57 |
| Hex | F5 | 32 | 2C | 0 | 50 | 52 | 4 | 2 | 5B | 39 |
| Octal | 365 | 62 | 54 | 0 | 120 | 122 | 4 | 2 | 133 | 71 |
| Binary | 11110101 | 110010 | 101100 | 0 | 1010000 | 1010010 | 100 | 10 | 1011011 | 111001 |
Color Harmonies of #F5322C
Complementary color
Monochromatic Colors of #F5322C
Black with #F5322C
Text Example
Text Example
White with #F5322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5322C; }
p { color: rgb(245,50,44); }
H1.HeaderClassName
{
color: #F5322C;
}
.AnyTagClassName
{
color: #F5322C;
}
</style>
background-color css
<style>
a { background-color: #F5322C; }
a { background-color: rgb(245,50,44); }
div.DivClassName
{
background-color: #F5322C;
}
.BgClassName
{
background-color: #F5322C;
}
</style>
border-color css
<style>
span { border-color: #F5322C; }
span { border-color: rgb(245,50,44); }
td.TdClassName
{
border-color: #F5322C;
}
.TagClassName
{
border-color: #F5322C;
}
</style>