Shades of Scarlet #FE260A
Tints of Scarlet #FE260A
RGB
CMYK
RGB Variations
Color information
#FE260A (or 0xFE260A) is known color: Scarlet. HEX triplet: FE, 26 and 0A. RGB value is (254,38,10). Sum of RGB (Red+Green+Blue) = 254+38+10=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE260A is #01D9F5. Grayscale: #636363. Windows color (decimal): -121334 or 665342. OLE color: 665342.
HSL color Cylindrical-coordinate representation of color #FE260A: hue angle of 6.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE260A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.00 |
| HSL | 6.89º | 0.99% | 0.52% | - |
| HSV(B) | 6.89º | 0.96% | 1% | - |
| XYZ | 41.62 | 22.48 | 2.43 | - |
| YUV | 99.39 | 77.56 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 10 | 0 | 0.85 | 0.96 | 0.00 | 6.89 | 0.99 | 0.52 |
| Hex | FE | 26 | A | 0 | 55 | 60 | 0 | 7 | 63 | 34 |
| Octal | 376 | 46 | 12 | 0 | 125 | 140 | 0 | 7 | 143 | 64 |
| Binary | 11111110 | 100110 | 1010 | 0 | 1010101 | 1100000 | 0 | 111 | 1100011 | 110100 |
Color Harmonies of #FE260A
Complementary color
Monochromatic Colors of #FE260A
Black with #FE260A
Text Example
Text Example
White with #FE260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE260A; }
p { color: rgb(254,38,10); }
H1.HeaderClassName
{
color: #FE260A;
}
.AnyTagClassName
{
color: #FE260A;
}
</style>
background-color css
<style>
a { background-color: #FE260A; }
a { background-color: rgb(254,38,10); }
div.DivClassName
{
background-color: #FE260A;
}
.BgClassName
{
background-color: #FE260A;
}
</style>
border-color css
<style>
span { border-color: #FE260A; }
span { border-color: rgb(254,38,10); }
td.TdClassName
{
border-color: #FE260A;
}
.TagClassName
{
border-color: #FE260A;
}
</style>