Shades of Scarlet #FA350B
Tints of Scarlet #FA350B
RGB
CMYK
RGB Variations
Color information
#FA350B (or 0xFA350B) is known color: Scarlet. HEX triplet: FA, 35 and 0B. RGB value is (250,53,11). Sum of RGB (Red+Green+Blue) = 250+53+11=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA350B is #05CAF4. Grayscale: #6B6B6B. Windows color (decimal): -379637 or 734714. OLE color: 734714.
HSL color Cylindrical-coordinate representation of color #FA350B: hue angle of 10.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA350B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.02 |
| HSL | 10.54º | 0.96% | 0.51% | - |
| HSV(B) | 10.54º | 0.96% | 0.98% | - |
| XYZ | 40.76 | 22.89 | 2.59 | - |
| YUV | 107.12 | 73.77 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 11 | 0 | 0.79 | 0.96 | 0.02 | 10.54 | 0.96 | 0.51 |
| Hex | FA | 35 | B | 0 | 4F | 60 | 2 | B | 60 | 33 |
| Octal | 372 | 65 | 13 | 0 | 117 | 140 | 2 | 13 | 140 | 63 |
| Binary | 11111010 | 110101 | 1011 | 0 | 1001111 | 1100000 | 10 | 1011 | 1100000 | 110011 |
Color Harmonies of #FA350B
Complementary color
Monochromatic Colors of #FA350B
Black with #FA350B
Text Example
Text Example
White with #FA350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA350B; }
p { color: rgb(250,53,11); }
H1.HeaderClassName
{
color: #FA350B;
}
.AnyTagClassName
{
color: #FA350B;
}
</style>
background-color css
<style>
a { background-color: #FA350B; }
a { background-color: rgb(250,53,11); }
div.DivClassName
{
background-color: #FA350B;
}
.BgClassName
{
background-color: #FA350B;
}
</style>
border-color css
<style>
span { border-color: #FA350B; }
span { border-color: rgb(250,53,11); }
td.TdClassName
{
border-color: #FA350B;
}
.TagClassName
{
border-color: #FA350B;
}
</style>