Shades of Scarlet #FA260D
Tints of Scarlet #FA260D
RGB
CMYK
RGB Variations
Color information
#FA260D (or 0xFA260D) is known color: Scarlet. HEX triplet: FA, 26 and 0D. RGB value is (250,38,13). Sum of RGB (Red+Green+Blue) = 250+38+13=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA260D is #05D9F2. Grayscale: #626262. Windows color (decimal): -383475 or 861946. OLE color: 861946.
HSL color Cylindrical-coordinate representation of color #FA260D: hue angle of 6.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA260D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.33º | 0.96% | 0.52% | - |
| HSV(B) | 6.33º | 0.95% | 0.98% | - |
| XYZ | 40.19 | 21.74 | 2.46 | - |
| YUV | 98.54 | 79.74 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 13 | 0 | 0.85 | 0.95 | 0.02 | 6.33 | 0.96 | 0.52 |
| Hex | FA | 26 | D | 0 | 55 | 5F | 2 | 6 | 60 | 34 |
| Octal | 372 | 46 | 15 | 0 | 125 | 137 | 2 | 6 | 140 | 64 |
| Binary | 11111010 | 100110 | 1101 | 0 | 1010101 | 1011111 | 10 | 110 | 1100000 | 110100 |
Color Harmonies of #FA260D
Complementary color
Monochromatic Colors of #FA260D
Black with #FA260D
Text Example
Text Example
White with #FA260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA260D; }
p { color: rgb(250,38,13); }
H1.HeaderClassName
{
color: #FA260D;
}
.AnyTagClassName
{
color: #FA260D;
}
</style>
background-color css
<style>
a { background-color: #FA260D; }
a { background-color: rgb(250,38,13); }
div.DivClassName
{
background-color: #FA260D;
}
.BgClassName
{
background-color: #FA260D;
}
</style>
border-color css
<style>
span { border-color: #FA260D; }
span { border-color: rgb(250,38,13); }
td.TdClassName
{
border-color: #FA260D;
}
.TagClassName
{
border-color: #FA260D;
}
</style>