Shades of Red #F80B00
Tints of Red #F80B00
RGB
CMYK
RGB Variations
Color information
#F80B00 (or 0xF80B00) is known color: Red. HEX triplet: F8, 0B and 00. RGB value is (248,11,0). Sum of RGB (Red+Green+Blue) = 248+11+0=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B00 is #07F4FF. Grayscale: #505050. Windows color (decimal): -521472 or 3064. OLE color: 3064.
HSL color Cylindrical-coordinate representation of color #F80B00: hue angle of 2.66º 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 #F80B00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.03 |
| HSL | 2.66º | 1% | 0.49% | - |
| HSV(B) | 2.66º | 1% | 0.97% | - |
| XYZ | 38.83 | 20.2 | 1.85 | - |
| YUV | 80.61 | 82.52 | 247.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 0 | 0 | 0.96 | 1 | 0.03 | 2.66 | 1 | 0.49 |
| Hex | F8 | B | 0 | 0 | 60 | 64 | 3 | 3 | 64 | 31 |
| Octal | 370 | 13 | 0 | 0 | 140 | 144 | 3 | 3 | 144 | 61 |
| Binary | 11111000 | 1011 | 0 | 0 | 1100000 | 1100100 | 11 | 11 | 1100100 | 110001 |
Color Harmonies of #F80B00
Complementary color
Monochromatic Colors of #F80B00
Black with #F80B00
Text Example
Text Example
White with #F80B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B00; }
p { color: rgb(248,11,0); }
H1.HeaderClassName
{
color: #F80B00;
}
.AnyTagClassName
{
color: #F80B00;
}
</style>
background-color css
<style>
a { background-color: #F80B00; }
a { background-color: rgb(248,11,0); }
div.DivClassName
{
background-color: #F80B00;
}
.BgClassName
{
background-color: #F80B00;
}
</style>
border-color css
<style>
span { border-color: #F80B00; }
span { border-color: rgb(248,11,0); }
td.TdClassName
{
border-color: #F80B00;
}
.TagClassName
{
border-color: #F80B00;
}
</style>