Shades of Red Orange #FC3520
Tints of Red Orange #FC3520
RGB
CMYK
RGB Variations
Color information
#FC3520 (or 0xFC3520) is known color: Red Orange. HEX triplet: FC, 35 and 20. RGB value is (252,53,32). Sum of RGB (Red+Green+Blue) = 252+53+32=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3520 is #03CADF. Grayscale: #6E6E6E. Windows color (decimal): -248544 or 2110972. OLE color: 2110972.
HSL color Cylindrical-coordinate representation of color #FC3520: hue angle of 5.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC3520 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 32 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.01 |
| HSL | 5.73º | 0.97% | 0.56% | - |
| HSV(B) | 5.73º | 0.87% | 0.99% | - |
| XYZ | 41.68 | 23.35 | 3.68 | - |
| YUV | 110.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 32 | 0 | 0.79 | 0.87 | 0.01 | 5.73 | 0.97 | 0.56 |
| Hex | FC | 35 | 20 | 0 | 4F | 57 | 1 | 6 | 61 | 38 |
| Octal | 374 | 65 | 40 | 0 | 117 | 127 | 1 | 6 | 141 | 70 |
| Binary | 11111100 | 110101 | 100000 | 0 | 1001111 | 1010111 | 1 | 110 | 1100001 | 111000 |
Color Harmonies of #FC3520
Complementary color
Monochromatic Colors of #FC3520
Black with #FC3520
Text Example
Text Example
White with #FC3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3520; }
p { color: rgb(252,53,32); }
H1.HeaderClassName
{
color: #FC3520;
}
.AnyTagClassName
{
color: #FC3520;
}
</style>
background-color css
<style>
a { background-color: #FC3520; }
a { background-color: rgb(252,53,32); }
div.DivClassName
{
background-color: #FC3520;
}
.BgClassName
{
background-color: #FC3520;
}
</style>
border-color css
<style>
span { border-color: #FC3520; }
span { border-color: rgb(252,53,32); }
td.TdClassName
{
border-color: #FC3520;
}
.TagClassName
{
border-color: #FC3520;
}
</style>