Shades of Scarlet #FA250C
Tints of Scarlet #FA250C
RGB
CMYK
RGB Variations
Color information
#FA250C (or 0xFA250C) is known color: Scarlet. HEX triplet: FA, 25 and 0C. RGB value is (250,37,12). Sum of RGB (Red+Green+Blue) = 250+37+12=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA250C is #05DAF3. Grayscale: #626262. Windows color (decimal): -383732 or 796154. OLE color: 796154.
HSL color Cylindrical-coordinate representation of color #FA250C: hue angle of 6.3º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.3º | 0.96% | 0.51% | - |
| HSV(B) | 6.3º | 0.95% | 0.98% | - |
| XYZ | 40.15 | 21.67 | 2.42 | - |
| YUV | 97.84 | 79.57 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 12 | 0 | 0.85 | 0.95 | 0.02 | 6.3 | 0.96 | 0.51 |
| Hex | FA | 25 | C | 0 | 55 | 5F | 2 | 6 | 60 | 33 |
| Octal | 372 | 45 | 14 | 0 | 125 | 137 | 2 | 6 | 140 | 63 |
| Binary | 11111010 | 100101 | 1100 | 0 | 1010101 | 1011111 | 10 | 110 | 1100000 | 110011 |
Color Harmonies of #FA250C
Complementary color
Monochromatic Colors of #FA250C
Black with #FA250C
Text Example
Text Example
White with #FA250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA250C; }
p { color: rgb(250,37,12); }
H1.HeaderClassName
{
color: #FA250C;
}
.AnyTagClassName
{
color: #FA250C;
}
</style>
background-color css
<style>
a { background-color: #FA250C; }
a { background-color: rgb(250,37,12); }
div.DivClassName
{
background-color: #FA250C;
}
.BgClassName
{
background-color: #FA250C;
}
</style>
border-color css
<style>
span { border-color: #FA250C; }
span { border-color: rgb(250,37,12); }
td.TdClassName
{
border-color: #FA250C;
}
.TagClassName
{
border-color: #FA250C;
}
</style>