Shades of Scarlet #FA280A
Tints of Scarlet #FA280A
RGB
CMYK
RGB Variations
Color information
#FA280A (or 0xFA280A) is known color: Scarlet. HEX triplet: FA, 28 and 0A. RGB value is (250,40,10). Sum of RGB (Red+Green+Blue) = 250+40+10=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA280A is #05D7F5. Grayscale: #636363. Windows color (decimal): -382966 or 665850. OLE color: 665850.
HSL color Cylindrical-coordinate representation of color #FA280A: hue angle of 7.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 #FA280A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.02 |
| HSL | 7.5º | 0.96% | 0.51% | - |
| HSV(B) | 7.5º | 0.96% | 0.98% | - |
| XYZ | 40.24 | 21.86 | 2.39 | - |
| YUV | 99.37 | 77.57 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 10 | 0 | 0.84 | 0.96 | 0.02 | 7.5 | 0.96 | 0.51 |
| Hex | FA | 28 | A | 0 | 54 | 60 | 2 | 8 | 60 | 33 |
| Octal | 372 | 50 | 12 | 0 | 124 | 140 | 2 | 10 | 140 | 63 |
| Binary | 11111010 | 101000 | 1010 | 0 | 1010100 | 1100000 | 10 | 1000 | 1100000 | 110011 |
Color Harmonies of #FA280A
Complementary color
Monochromatic Colors of #FA280A
Black with #FA280A
Text Example
Text Example
White with #FA280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA280A; }
p { color: rgb(250,40,10); }
H1.HeaderClassName
{
color: #FA280A;
}
.AnyTagClassName
{
color: #FA280A;
}
</style>
background-color css
<style>
a { background-color: #FA280A; }
a { background-color: rgb(250,40,10); }
div.DivClassName
{
background-color: #FA280A;
}
.BgClassName
{
background-color: #FA280A;
}
</style>
border-color css
<style>
span { border-color: #FA280A; }
span { border-color: rgb(250,40,10); }
td.TdClassName
{
border-color: #FA280A;
}
.TagClassName
{
border-color: #FA280A;
}
</style>