Shades of Scarlet #FC330A
Tints of Scarlet #FC330A
RGB
CMYK
RGB Variations
Color information
#FC330A (or 0xFC330A) is known color: Scarlet. HEX triplet: FC, 33 and 0A. RGB value is (252,51,10). Sum of RGB (Red+Green+Blue) = 252+51+10=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC330A is #03CCF5. Grayscale: #6A6A6A. Windows color (decimal): -249078 or 668668. OLE color: 668668.
HSL color Cylindrical-coordinate representation of color #FC330A: hue angle of 10.17º 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 #FC330A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.01 |
| HSL | 10.17º | 0.98% | 0.51% | - |
| HSV(B) | 10.17º | 0.96% | 0.99% | - |
| XYZ | 41.38 | 23.09 | 2.56 | - |
| YUV | 106.43 | 73.59 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 10 | 0 | 0.80 | 0.96 | 0.01 | 10.17 | 0.98 | 0.51 |
| Hex | FC | 33 | A | 0 | 50 | 60 | 1 | A | 62 | 33 |
| Octal | 374 | 63 | 12 | 0 | 120 | 140 | 1 | 12 | 142 | 63 |
| Binary | 11111100 | 110011 | 1010 | 0 | 1010000 | 1100000 | 1 | 1010 | 1100010 | 110011 |
Color Harmonies of #FC330A
Complementary color
Monochromatic Colors of #FC330A
Black with #FC330A
Text Example
Text Example
White with #FC330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC330A; }
p { color: rgb(252,51,10); }
H1.HeaderClassName
{
color: #FC330A;
}
.AnyTagClassName
{
color: #FC330A;
}
</style>
background-color css
<style>
a { background-color: #FC330A; }
a { background-color: rgb(252,51,10); }
div.DivClassName
{
background-color: #FC330A;
}
.BgClassName
{
background-color: #FC330A;
}
</style>
border-color css
<style>
span { border-color: #FC330A; }
span { border-color: rgb(252,51,10); }
td.TdClassName
{
border-color: #FC330A;
}
.TagClassName
{
border-color: #FC330A;
}
</style>