Shades of Red Orange #FC2620
Tints of Red Orange #FC2620
RGB
CMYK
RGB Variations
Color information
#FC2620 (or 0xFC2620) is known color: Red Orange. HEX triplet: FC, 26 and 20. RGB value is (252,38,32). Sum of RGB (Red+Green+Blue) = 252+38+32=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2620 is #03D9DF. Grayscale: #656565. Windows color (decimal): -252384 or 2107132. OLE color: 2107132.
HSL color Cylindrical-coordinate representation of color #FC2620: hue angle of 1.64º 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 #FC2620 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 32 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.01 |
| HSL | 1.64º | 0.97% | 0.56% | - |
| HSV(B) | 1.64º | 0.87% | 0.99% | - |
| XYZ | 41.1 | 22.19 | 3.48 | - |
| YUV | 101.3 | 88.9 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 32 | 0 | 0.85 | 0.87 | 0.01 | 1.64 | 0.97 | 0.56 |
| Hex | FC | 26 | 20 | 0 | 55 | 57 | 1 | 2 | 61 | 38 |
| Octal | 374 | 46 | 40 | 0 | 125 | 127 | 1 | 2 | 141 | 70 |
| Binary | 11111100 | 100110 | 100000 | 0 | 1010101 | 1010111 | 1 | 10 | 1100001 | 111000 |
Color Harmonies of #FC2620
Complementary color
Monochromatic Colors of #FC2620
Black with #FC2620
Text Example
Text Example
White with #FC2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2620; }
p { color: rgb(252,38,32); }
H1.HeaderClassName
{
color: #FC2620;
}
.AnyTagClassName
{
color: #FC2620;
}
</style>
background-color css
<style>
a { background-color: #FC2620; }
a { background-color: rgb(252,38,32); }
div.DivClassName
{
background-color: #FC2620;
}
.BgClassName
{
background-color: #FC2620;
}
</style>
border-color css
<style>
span { border-color: #FC2620; }
span { border-color: rgb(252,38,32); }
td.TdClassName
{
border-color: #FC2620;
}
.TagClassName
{
border-color: #FC2620;
}
</style>