Shades of Scarlet #FA3306
Tints of Scarlet #FA3306
RGB
CMYK
RGB Variations
Color information
#FA3306 (or 0xFA3306) is known color: Scarlet. HEX triplet: FA, 33 and 06. RGB value is (250,51,6). Sum of RGB (Red+Green+Blue) = 250+51+6=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3306 is #05CCF9. Grayscale: #696969. Windows color (decimal): -380154 or 406522. OLE color: 406522.
HSL color Cylindrical-coordinate representation of color #FA3306: hue angle of 11.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA3306 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.02 |
| HSL | 11.07º | 0.96% | 0.5% | - |
| HSV(B) | 11.07º | 0.98% | 0.98% | - |
| XYZ | 40.64 | 22.7 | 2.41 | - |
| YUV | 105.37 | 71.93 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 6 | 0 | 0.80 | 0.98 | 0.02 | 11.07 | 0.96 | 0.5 |
| Hex | FA | 33 | 6 | 0 | 50 | 62 | 2 | B | 60 | 32 |
| Octal | 372 | 63 | 6 | 0 | 120 | 142 | 2 | 13 | 140 | 62 |
| Binary | 11111010 | 110011 | 110 | 0 | 1010000 | 1100010 | 10 | 1011 | 1100000 | 110010 |
Color Harmonies of #FA3306
Complementary color
Monochromatic Colors of #FA3306
Black with #FA3306
Text Example
Text Example
White with #FA3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3306; }
p { color: rgb(250,51,6); }
H1.HeaderClassName
{
color: #FA3306;
}
.AnyTagClassName
{
color: #FA3306;
}
</style>
background-color css
<style>
a { background-color: #FA3306; }
a { background-color: rgb(250,51,6); }
div.DivClassName
{
background-color: #FA3306;
}
.BgClassName
{
background-color: #FA3306;
}
</style>
border-color css
<style>
span { border-color: #FA3306; }
span { border-color: rgb(250,51,6); }
td.TdClassName
{
border-color: #FA3306;
}
.TagClassName
{
border-color: #FA3306;
}
</style>