Shades of Red Orange #FC2A22
Tints of Red Orange #FC2A22
RGB
CMYK
RGB Variations
Color information
#FC2A22 (or 0xFC2A22) is known color: Red Orange. HEX triplet: FC, 2A and 22. RGB value is (252,42,34). Sum of RGB (Red+Green+Blue) = 252+42+34=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A22 is #03D5DD. Grayscale: #686868. Windows color (decimal): -251358 or 2239228. OLE color: 2239228.
HSL color Cylindrical-coordinate representation of color #FC2A22: hue angle of 2.2º 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 #FC2A22 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 34 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.01 |
| HSL | 2.2º | 0.97% | 0.56% | - |
| HSV(B) | 2.2º | 0.87% | 0.99% | - |
| XYZ | 41.26 | 22.47 | 3.68 | - |
| YUV | 103.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 34 | 0 | 0.83 | 0.87 | 0.01 | 2.2 | 0.97 | 0.56 |
| Hex | FC | 2A | 22 | 0 | 53 | 57 | 1 | 2 | 61 | 38 |
| Octal | 374 | 52 | 42 | 0 | 123 | 127 | 1 | 2 | 141 | 70 |
| Binary | 11111100 | 101010 | 100010 | 0 | 1010011 | 1010111 | 1 | 10 | 1100001 | 111000 |
Color Harmonies of #FC2A22
Complementary color
Monochromatic Colors of #FC2A22
Black with #FC2A22
Text Example
Text Example
White with #FC2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A22; }
p { color: rgb(252,42,34); }
H1.HeaderClassName
{
color: #FC2A22;
}
.AnyTagClassName
{
color: #FC2A22;
}
</style>
background-color css
<style>
a { background-color: #FC2A22; }
a { background-color: rgb(252,42,34); }
div.DivClassName
{
background-color: #FC2A22;
}
.BgClassName
{
background-color: #FC2A22;
}
</style>
border-color css
<style>
span { border-color: #FC2A22; }
span { border-color: rgb(252,42,34); }
td.TdClassName
{
border-color: #FC2A22;
}
.TagClassName
{
border-color: #FC2A22;
}
</style>