Shades of Scarlet #FC300A
Tints of Scarlet #FC300A
RGB
CMYK
RGB Variations
Color information
#FC300A (or 0xFC300A) is known color: Scarlet. HEX triplet: FC, 30 and 0A. RGB value is (252,48,10). Sum of RGB (Red+Green+Blue) = 252+48+10=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC300A is #03CFF5. Grayscale: #696969. Windows color (decimal): -249846 or 667900. OLE color: 667900.
HSL color Cylindrical-coordinate representation of color #FC300A: hue angle of 9.42º 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 #FC300A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.01 |
| HSL | 9.42º | 0.98% | 0.51% | - |
| HSV(B) | 9.42º | 0.96% | 0.99% | - |
| XYZ | 41.26 | 22.83 | 2.52 | - |
| YUV | 104.66 | 74.59 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 10 | 0 | 0.81 | 0.96 | 0.01 | 9.42 | 0.98 | 0.51 |
| Hex | FC | 30 | A | 0 | 51 | 60 | 1 | 9 | 62 | 33 |
| Octal | 374 | 60 | 12 | 0 | 121 | 140 | 1 | 11 | 142 | 63 |
| Binary | 11111100 | 110000 | 1010 | 0 | 1010001 | 1100000 | 1 | 1001 | 1100010 | 110011 |
Color Harmonies of #FC300A
Complementary color
Monochromatic Colors of #FC300A
Black with #FC300A
Text Example
Text Example
White with #FC300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC300A; }
p { color: rgb(252,48,10); }
H1.HeaderClassName
{
color: #FC300A;
}
.AnyTagClassName
{
color: #FC300A;
}
</style>
background-color css
<style>
a { background-color: #FC300A; }
a { background-color: rgb(252,48,10); }
div.DivClassName
{
background-color: #FC300A;
}
.BgClassName
{
background-color: #FC300A;
}
</style>
border-color css
<style>
span { border-color: #FC300A; }
span { border-color: rgb(252,48,10); }
td.TdClassName
{
border-color: #FC300A;
}
.TagClassName
{
border-color: #FC300A;
}
</style>