Shades of Scarlet #FA2B06
Tints of Scarlet #FA2B06
RGB
CMYK
RGB Variations
Color information
#FA2B06 (or 0xFA2B06) is known color: Scarlet. HEX triplet: FA, 2B and 06. RGB value is (250,43,6). Sum of RGB (Red+Green+Blue) = 250+43+6=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B06 is #05D4F9. Grayscale: #656565. Windows color (decimal): -382202 or 404474. OLE color: 404474.
HSL color Cylindrical-coordinate representation of color #FA2B06: hue angle of 9.1º 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 #FA2B06 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 6 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.02 |
| HSL | 9.1º | 0.96% | 0.5% | - |
| HSV(B) | 9.1º | 0.98% | 0.98% | - |
| XYZ | 40.32 | 22.06 | 2.31 | - |
| YUV | 100.68 | 74.58 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 6 | 0 | 0.83 | 0.98 | 0.02 | 9.1 | 0.96 | 0.5 |
| Hex | FA | 2B | 6 | 0 | 53 | 62 | 2 | 9 | 60 | 32 |
| Octal | 372 | 53 | 6 | 0 | 123 | 142 | 2 | 11 | 140 | 62 |
| Binary | 11111010 | 101011 | 110 | 0 | 1010011 | 1100010 | 10 | 1001 | 1100000 | 110010 |
Color Harmonies of #FA2B06
Complementary color
Monochromatic Colors of #FA2B06
Black with #FA2B06
Text Example
Text Example
White with #FA2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B06; }
p { color: rgb(250,43,6); }
H1.HeaderClassName
{
color: #FA2B06;
}
.AnyTagClassName
{
color: #FA2B06;
}
</style>
background-color css
<style>
a { background-color: #FA2B06; }
a { background-color: rgb(250,43,6); }
div.DivClassName
{
background-color: #FA2B06;
}
.BgClassName
{
background-color: #FA2B06;
}
</style>
border-color css
<style>
span { border-color: #FA2B06; }
span { border-color: rgb(250,43,6); }
td.TdClassName
{
border-color: #FA2B06;
}
.TagClassName
{
border-color: #FA2B06;
}
</style>