Shades of Scarlet #FC280A
Tints of Scarlet #FC280A
RGB
CMYK
RGB Variations
Color information
#FC280A (or 0xFC280A) is known color: Scarlet. HEX triplet: FC, 28 and 0A. RGB value is (252,40,10). Sum of RGB (Red+Green+Blue) = 252+40+10=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC280A is #03D7F5. Grayscale: #646464. Windows color (decimal): -251894 or 665852. OLE color: 665852.
HSL color Cylindrical-coordinate representation of color #FC280A: hue angle of 7.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC280A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.01 |
| HSL | 7.44º | 0.98% | 0.51% | - |
| HSV(B) | 7.44º | 0.96% | 0.99% | - |
| XYZ | 40.96 | 22.23 | 2.42 | - |
| YUV | 99.97 | 77.24 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 10 | 0 | 0.84 | 0.96 | 0.01 | 7.44 | 0.98 | 0.51 |
| Hex | FC | 28 | A | 0 | 54 | 60 | 1 | 7 | 62 | 33 |
| Octal | 374 | 50 | 12 | 0 | 124 | 140 | 1 | 7 | 142 | 63 |
| Binary | 11111100 | 101000 | 1010 | 0 | 1010100 | 1100000 | 1 | 111 | 1100010 | 110011 |
Color Harmonies of #FC280A
Complementary color
Monochromatic Colors of #FC280A
Black with #FC280A
Text Example
Text Example
White with #FC280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC280A; }
p { color: rgb(252,40,10); }
H1.HeaderClassName
{
color: #FC280A;
}
.AnyTagClassName
{
color: #FC280A;
}
</style>
background-color css
<style>
a { background-color: #FC280A; }
a { background-color: rgb(252,40,10); }
div.DivClassName
{
background-color: #FC280A;
}
.BgClassName
{
background-color: #FC280A;
}
</style>
border-color css
<style>
span { border-color: #FC280A; }
span { border-color: rgb(252,40,10); }
td.TdClassName
{
border-color: #FC280A;
}
.TagClassName
{
border-color: #FC280A;
}
</style>