Shades of Scarlet #F82802
Tints of Scarlet #F82802
RGB
CMYK
RGB Variations
Color information
#F82802 (or 0xF82802) is known color: Scarlet. HEX triplet: F8, 28 and 02. RGB value is (248,40,2). Sum of RGB (Red+Green+Blue) = 248+40+2=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F82802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82802 is #07D7FD. Grayscale: #626262. Windows color (decimal): -514046 or 141560. OLE color: 141560.
HSL color Cylindrical-coordinate representation of color #F82802: hue angle of 9.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F82802 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.03 |
| HSL | 9.27º | 0.98% | 0.49% | - |
| HSV(B) | 9.27º | 0.99% | 0.97% | - |
| XYZ | 39.48 | 21.48 | 2.12 | - |
| YUV | 97.86 | 73.91 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 2 | 0 | 0.84 | 0.99 | 0.03 | 9.27 | 0.98 | 0.49 |
| Hex | F8 | 28 | 2 | 0 | 54 | 63 | 3 | 9 | 62 | 31 |
| Octal | 370 | 50 | 2 | 0 | 124 | 143 | 3 | 11 | 142 | 61 |
| Binary | 11111000 | 101000 | 10 | 0 | 1010100 | 1100011 | 11 | 1001 | 1100010 | 110001 |
Color Harmonies of #F82802
Complementary color
Monochromatic Colors of #F82802
Black with #F82802
Text Example
Text Example
White with #F82802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82802; }
p { color: rgb(248,40,2); }
H1.HeaderClassName
{
color: #F82802;
}
.AnyTagClassName
{
color: #F82802;
}
</style>
background-color css
<style>
a { background-color: #F82802; }
a { background-color: rgb(248,40,2); }
div.DivClassName
{
background-color: #F82802;
}
.BgClassName
{
background-color: #F82802;
}
</style>
border-color css
<style>
span { border-color: #F82802; }
span { border-color: rgb(248,40,2); }
td.TdClassName
{
border-color: #F82802;
}
.TagClassName
{
border-color: #F82802;
}
</style>