Shades of Scarlet #FA260C
Tints of Scarlet #FA260C
RGB
CMYK
RGB Variations
Color information
#FA260C (or 0xFA260C) is known color: Scarlet. HEX triplet: FA, 26 and 0C. RGB value is (250,38,12). Sum of RGB (Red+Green+Blue) = 250+38+12=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA260C is #05D9F3. Grayscale: #626262. Windows color (decimal): -383476 or 796410. OLE color: 796410.
HSL color Cylindrical-coordinate representation of color #FA260C: hue angle of 6.55º 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 #FA260C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.02 |
| HSL | 6.55º | 0.96% | 0.51% | - |
| HSV(B) | 6.55º | 0.95% | 0.98% | - |
| XYZ | 40.18 | 21.74 | 2.43 | - |
| YUV | 98.42 | 79.24 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 12 | 0 | 0.85 | 0.95 | 0.02 | 6.55 | 0.96 | 0.51 |
| Hex | FA | 26 | C | 0 | 55 | 5F | 2 | 7 | 60 | 33 |
| Octal | 372 | 46 | 14 | 0 | 125 | 137 | 2 | 7 | 140 | 63 |
| Binary | 11111010 | 100110 | 1100 | 0 | 1010101 | 1011111 | 10 | 111 | 1100000 | 110011 |
Color Harmonies of #FA260C
Complementary color
Monochromatic Colors of #FA260C
Black with #FA260C
Text Example
Text Example
White with #FA260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA260C; }
p { color: rgb(250,38,12); }
H1.HeaderClassName
{
color: #FA260C;
}
.AnyTagClassName
{
color: #FA260C;
}
</style>
background-color css
<style>
a { background-color: #FA260C; }
a { background-color: rgb(250,38,12); }
div.DivClassName
{
background-color: #FA260C;
}
.BgClassName
{
background-color: #FA260C;
}
</style>
border-color css
<style>
span { border-color: #FA260C; }
span { border-color: rgb(250,38,12); }
td.TdClassName
{
border-color: #FA260C;
}
.TagClassName
{
border-color: #FA260C;
}
</style>