Shades of Scarlet #FA250E
Tints of Scarlet #FA250E
RGB
CMYK
RGB Variations
Color information
#FA250E (or 0xFA250E) is known color: Scarlet. HEX triplet: FA, 25 and 0E. RGB value is (250,37,14). Sum of RGB (Red+Green+Blue) = 250+37+14=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA250E is #05DAF1. Grayscale: #626262. Windows color (decimal): -383730 or 927226. OLE color: 927226.
HSL color Cylindrical-coordinate representation of color #FA250E: hue angle of 5.85º 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 #FA250E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.02 |
| HSL | 5.85º | 0.96% | 0.52% | - |
| HSV(B) | 5.85º | 0.94% | 0.98% | - |
| XYZ | 40.17 | 21.68 | 2.48 | - |
| YUV | 98.07 | 80.57 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 14 | 0 | 0.85 | 0.94 | 0.02 | 5.85 | 0.96 | 0.52 |
| Hex | FA | 25 | E | 0 | 55 | 5E | 2 | 6 | 60 | 34 |
| Octal | 372 | 45 | 16 | 0 | 125 | 136 | 2 | 6 | 140 | 64 |
| Binary | 11111010 | 100101 | 1110 | 0 | 1010101 | 1011110 | 10 | 110 | 1100000 | 110100 |
Color Harmonies of #FA250E
Complementary color
Monochromatic Colors of #FA250E
Black with #FA250E
Text Example
Text Example
White with #FA250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA250E; }
p { color: rgb(250,37,14); }
H1.HeaderClassName
{
color: #FA250E;
}
.AnyTagClassName
{
color: #FA250E;
}
</style>
background-color css
<style>
a { background-color: #FA250E; }
a { background-color: rgb(250,37,14); }
div.DivClassName
{
background-color: #FA250E;
}
.BgClassName
{
background-color: #FA250E;
}
</style>
border-color css
<style>
span { border-color: #FA250E; }
span { border-color: rgb(250,37,14); }
td.TdClassName
{
border-color: #FA250E;
}
.TagClassName
{
border-color: #FA250E;
}
</style>