Shades of Red #FC0A00
Tints of Red #FC0A00
RGB
CMYK
RGB Variations
Color information
#FC0A00 (or 0xFC0A00) is known color: Red. HEX triplet: FC, 0A and 00. RGB value is (252,10,0). Sum of RGB (Red+Green+Blue) = 252+10+0=262 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.18% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A00 is #03F5FF. Grayscale: #515151. Windows color (decimal): -259584 or 2812. OLE color: 2812.
HSL color Cylindrical-coordinate representation of color #FC0A00: hue angle of 2.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.01 |
| HSL | 2.38º | 1% | 0.49% | - |
| HSV(B) | 2.38º | 1% | 0.99% | - |
| XYZ | 40.25 | 20.91 | 1.91 | - |
| YUV | 81.22 | 82.17 | 249.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 0 | 0 | 0.96 | 1 | 0.01 | 2.38 | 1 | 0.49 |
| Hex | FC | A | 0 | 0 | 60 | 64 | 1 | 2 | 64 | 31 |
| Octal | 374 | 12 | 0 | 0 | 140 | 144 | 1 | 2 | 144 | 61 |
| Binary | 11111100 | 1010 | 0 | 0 | 1100000 | 1100100 | 1 | 10 | 1100100 | 110001 |
Color Harmonies of #FC0A00
Complementary color
Monochromatic Colors of #FC0A00
Black with #FC0A00
Text Example
Text Example
White with #FC0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A00; }
p { color: rgb(252,10,0); }
H1.HeaderClassName
{
color: #FC0A00;
}
.AnyTagClassName
{
color: #FC0A00;
}
</style>
background-color css
<style>
a { background-color: #FC0A00; }
a { background-color: rgb(252,10,0); }
div.DivClassName
{
background-color: #FC0A00;
}
.BgClassName
{
background-color: #FC0A00;
}
</style>
border-color css
<style>
span { border-color: #FC0A00; }
span { border-color: rgb(252,10,0); }
td.TdClassName
{
border-color: #FC0A00;
}
.TagClassName
{
border-color: #FC0A00;
}
</style>