Shades of Red #F80900
Tints of Red #F80900
RGB
CMYK
RGB Variations
Color information
#F80900 (or 0xF80900) is known color: Red. HEX triplet: F8, 09 and 00. RGB value is (248,9,0). Sum of RGB (Red+Green+Blue) = 248+9+0=257 (34% of max value = 765). Red value is 248 (97.27% from 255 or 96.50% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 248 - color contains mainly: red. Hex color #F80900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80900 is #07F6FF. Grayscale: #4F4F4F. Windows color (decimal): -521984 or 2552. OLE color: 2552.
HSL color Cylindrical-coordinate representation of color #F80900: hue angle of 2.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.03 |
| HSL | 2.18º | 1% | 0.49% | - |
| HSV(B) | 2.18º | 1% | 0.97% | - |
| XYZ | 38.81 | 20.15 | 1.84 | - |
| YUV | 79.44 | 83.18 | 248.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 0 | 0 | 0.96 | 1 | 0.03 | 2.18 | 1 | 0.49 |
| Hex | F8 | 9 | 0 | 0 | 60 | 64 | 3 | 2 | 64 | 31 |
| Octal | 370 | 11 | 0 | 0 | 140 | 144 | 3 | 2 | 144 | 61 |
| Binary | 11111000 | 1001 | 0 | 0 | 1100000 | 1100100 | 11 | 10 | 1100100 | 110001 |
Color Harmonies of #F80900
Complementary color
Monochromatic Colors of #F80900
Black with #F80900
Text Example
Text Example
White with #F80900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80900; }
p { color: rgb(248,9,0); }
H1.HeaderClassName
{
color: #F80900;
}
.AnyTagClassName
{
color: #F80900;
}
</style>
background-color css
<style>
a { background-color: #F80900; }
a { background-color: rgb(248,9,0); }
div.DivClassName
{
background-color: #F80900;
}
.BgClassName
{
background-color: #F80900;
}
</style>
border-color css
<style>
span { border-color: #F80900; }
span { border-color: rgb(248,9,0); }
td.TdClassName
{
border-color: #F80900;
}
.TagClassName
{
border-color: #F80900;
}
</style>