Shades of Scarlet #FA160E
Tints of Scarlet #FA160E
RGB
CMYK
RGB Variations
Color information
#FA160E (or 0xFA160E) is known color: Scarlet. HEX triplet: FA, 16 and 0E. RGB value is (250,22,14). Sum of RGB (Red+Green+Blue) = 250+22+14=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA160E is #05E9F1. Grayscale: #595959. Windows color (decimal): -387570 or 923386. OLE color: 923386.
HSL color Cylindrical-coordinate representation of color #FA160E: hue angle of 2.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA160E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.02 |
| HSL | 2.03º | 0.96% | 0.52% | - |
| HSV(B) | 2.03º | 0.94% | 0.98% | - |
| XYZ | 39.79 | 20.93 | 2.36 | - |
| YUV | 89.26 | 85.54 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 14 | 0 | 0.91 | 0.94 | 0.02 | 2.03 | 0.96 | 0.52 |
| Hex | FA | 16 | E | 0 | 5B | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 26 | 16 | 0 | 133 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10110 | 1110 | 0 | 1011011 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA160E
Complementary color
Monochromatic Colors of #FA160E
Black with #FA160E
Text Example
Text Example
White with #FA160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA160E; }
p { color: rgb(250,22,14); }
H1.HeaderClassName
{
color: #FA160E;
}
.AnyTagClassName
{
color: #FA160E;
}
</style>
background-color css
<style>
a { background-color: #FA160E; }
a { background-color: rgb(250,22,14); }
div.DivClassName
{
background-color: #FA160E;
}
.BgClassName
{
background-color: #FA160E;
}
</style>
border-color css
<style>
span { border-color: #FA160E; }
span { border-color: rgb(250,22,14); }
td.TdClassName
{
border-color: #FA160E;
}
.TagClassName
{
border-color: #FA160E;
}
</style>