Shades of Scarlet #FA140A
Tints of Scarlet #FA140A
RGB
CMYK
RGB Variations
Color information
#FA140A (or 0xFA140A) is known color: Scarlet. HEX triplet: FA, 14 and 0A. RGB value is (250,20,10). Sum of RGB (Red+Green+Blue) = 250+20+10=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140A is #05EBF5. Grayscale: #575757. Windows color (decimal): -388086 or 660730. OLE color: 660730.
HSL color Cylindrical-coordinate representation of color #FA140A: hue angle of 2.5º 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 #FA140A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.02 |
| HSL | 2.5º | 0.96% | 0.51% | - |
| HSV(B) | 2.5º | 0.96% | 0.98% | - |
| XYZ | 39.73 | 20.85 | 2.22 | - |
| YUV | 87.63 | 84.2 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 10 | 0 | 0.92 | 0.96 | 0.02 | 2.5 | 0.96 | 0.51 |
| Hex | FA | 14 | A | 0 | 5C | 60 | 2 | 2 | 60 | 33 |
| Octal | 372 | 24 | 12 | 0 | 134 | 140 | 2 | 2 | 140 | 63 |
| Binary | 11111010 | 10100 | 1010 | 0 | 1011100 | 1100000 | 10 | 10 | 1100000 | 110011 |
Color Harmonies of #FA140A
Complementary color
Monochromatic Colors of #FA140A
Black with #FA140A
Text Example
Text Example
White with #FA140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA140A; }
p { color: rgb(250,20,10); }
H1.HeaderClassName
{
color: #FA140A;
}
.AnyTagClassName
{
color: #FA140A;
}
</style>
background-color css
<style>
a { background-color: #FA140A; }
a { background-color: rgb(250,20,10); }
div.DivClassName
{
background-color: #FA140A;
}
.BgClassName
{
background-color: #FA140A;
}
</style>
border-color css
<style>
span { border-color: #FA140A; }
span { border-color: rgb(250,20,10); }
td.TdClassName
{
border-color: #FA140A;
}
.TagClassName
{
border-color: #FA140A;
}
</style>