Shades of Scarlet #FA330C
Tints of Scarlet #FA330C
RGB
CMYK
RGB Variations
Color information
#FA330C (or 0xFA330C) is known color: Scarlet. HEX triplet: FA, 33 and 0C. RGB value is (250,51,12). Sum of RGB (Red+Green+Blue) = 250+51+12=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA330C is #05CCF3. Grayscale: #6A6A6A. Windows color (decimal): -380148 or 799738. OLE color: 799738.
HSL color Cylindrical-coordinate representation of color #FA330C: hue angle of 9.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA330C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.02 |
| HSL | 9.83º | 0.96% | 0.51% | - |
| HSV(B) | 9.83º | 0.95% | 0.98% | - |
| XYZ | 40.67 | 22.72 | 2.59 | - |
| YUV | 106.06 | 74.93 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 12 | 0 | 0.80 | 0.95 | 0.02 | 9.83 | 0.96 | 0.51 |
| Hex | FA | 33 | C | 0 | 50 | 5F | 2 | A | 60 | 33 |
| Octal | 372 | 63 | 14 | 0 | 120 | 137 | 2 | 12 | 140 | 63 |
| Binary | 11111010 | 110011 | 1100 | 0 | 1010000 | 1011111 | 10 | 1010 | 1100000 | 110011 |
Color Harmonies of #FA330C
Complementary color
Monochromatic Colors of #FA330C
Black with #FA330C
Text Example
Text Example
White with #FA330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA330C; }
p { color: rgb(250,51,12); }
H1.HeaderClassName
{
color: #FA330C;
}
.AnyTagClassName
{
color: #FA330C;
}
</style>
background-color css
<style>
a { background-color: #FA330C; }
a { background-color: rgb(250,51,12); }
div.DivClassName
{
background-color: #FA330C;
}
.BgClassName
{
background-color: #FA330C;
}
</style>
border-color css
<style>
span { border-color: #FA330C; }
span { border-color: rgb(250,51,12); }
td.TdClassName
{
border-color: #FA330C;
}
.TagClassName
{
border-color: #FA330C;
}
</style>