Shades of Scarlet #FA140F
Tints of Scarlet #FA140F
RGB
CMYK
RGB Variations
Color information
#FA140F (or 0xFA140F) is known color: Scarlet. HEX triplet: FA, 14 and 0F. RGB value is (250,20,15). Sum of RGB (Red+Green+Blue) = 250+20+15=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140F is #05EBF0. Grayscale: #585858. Windows color (decimal): -388081 or 988410. OLE color: 988410.
HSL color Cylindrical-coordinate representation of color #FA140F: hue angle of 1.28º 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 #FA140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.02 |
| HSL | 1.28º | 0.96% | 0.52% | - |
| HSV(B) | 1.28º | 0.94% | 0.98% | - |
| XYZ | 39.76 | 20.86 | 2.38 | - |
| YUV | 88.2 | 86.7 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 15 | 0 | 0.92 | 0.94 | 0.02 | 1.28 | 0.96 | 0.52 |
| Hex | FA | 14 | F | 0 | 5C | 5E | 2 | 1 | 60 | 34 |
| Octal | 372 | 24 | 17 | 0 | 134 | 136 | 2 | 1 | 140 | 64 |
| Binary | 11111010 | 10100 | 1111 | 0 | 1011100 | 1011110 | 10 | 1 | 1100000 | 110100 |
Color Harmonies of #FA140F
Complementary color
Monochromatic Colors of #FA140F
Black with #FA140F
Text Example
Text Example
White with #FA140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA140F; }
p { color: rgb(250,20,15); }
H1.HeaderClassName
{
color: #FA140F;
}
.AnyTagClassName
{
color: #FA140F;
}
</style>
background-color css
<style>
a { background-color: #FA140F; }
a { background-color: rgb(250,20,15); }
div.DivClassName
{
background-color: #FA140F;
}
.BgClassName
{
background-color: #FA140F;
}
</style>
border-color css
<style>
span { border-color: #FA140F; }
span { border-color: rgb(250,20,15); }
td.TdClassName
{
border-color: #FA140F;
}
.TagClassName
{
border-color: #FA140F;
}
</style>