Shades of Scarlet #F8260A
Tints of Scarlet #F8260A
RGB
CMYK
RGB Variations
Color information
#F8260A (or 0xF8260A) is known color: Scarlet. HEX triplet: F8, 26 and 0A. RGB value is (248,38,10). Sum of RGB (Red+Green+Blue) = 248+38+10=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8260A is #07D9F5. Grayscale: #616161. Windows color (decimal): -514550 or 665336. OLE color: 665336.
HSL color Cylindrical-coordinate representation of color #F8260A: hue angle of 7.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8260A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.03 |
| HSL | 7.06º | 0.94% | 0.51% | - |
| HSV(B) | 7.06º | 0.96% | 0.97% | - |
| XYZ | 39.46 | 21.36 | 2.33 | - |
| YUV | 97.6 | 78.57 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 10 | 0 | 0.85 | 0.96 | 0.03 | 7.06 | 0.94 | 0.51 |
| Hex | F8 | 26 | A | 0 | 55 | 60 | 3 | 7 | 5E | 33 |
| Octal | 370 | 46 | 12 | 0 | 125 | 140 | 3 | 7 | 136 | 63 |
| Binary | 11111000 | 100110 | 1010 | 0 | 1010101 | 1100000 | 11 | 111 | 1011110 | 110011 |
Color Harmonies of #F8260A
Complementary color
Monochromatic Colors of #F8260A
Black with #F8260A
Text Example
Text Example
White with #F8260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8260A; }
p { color: rgb(248,38,10); }
H1.HeaderClassName
{
color: #F8260A;
}
.AnyTagClassName
{
color: #F8260A;
}
</style>
background-color css
<style>
a { background-color: #F8260A; }
a { background-color: rgb(248,38,10); }
div.DivClassName
{
background-color: #F8260A;
}
.BgClassName
{
background-color: #F8260A;
}
</style>
border-color css
<style>
span { border-color: #F8260A; }
span { border-color: rgb(248,38,10); }
td.TdClassName
{
border-color: #F8260A;
}
.TagClassName
{
border-color: #F8260A;
}
</style>