Shades of Red #FB0A00
Tints of Red #FB0A00
RGB
CMYK
RGB Variations
Color information
#FB0A00 (or 0xFB0A00) is known color: Red. HEX triplet: FB, 0A and 00. RGB value is (251,10,0). Sum of RGB (Red+Green+Blue) = 251+10+0=261 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.17% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0A00 is #04F5FF. Grayscale: #515151. Windows color (decimal): -325120 or 2811. OLE color: 2811.
HSL color Cylindrical-coordinate representation of color #FB0A00: hue angle of 2.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.02 |
| HSL | 2.39º | 1% | 0.49% | - |
| HSV(B) | 2.39º | 1% | 0.98% | - |
| XYZ | 39.89 | 20.73 | 1.9 | - |
| YUV | 80.92 | 82.34 | 249.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 0 | 0 | 0.96 | 1 | 0.02 | 2.39 | 1 | 0.49 |
| Hex | FB | A | 0 | 0 | 60 | 64 | 2 | 2 | 64 | 31 |
| Octal | 373 | 12 | 0 | 0 | 140 | 144 | 2 | 2 | 144 | 61 |
| Binary | 11111011 | 1010 | 0 | 0 | 1100000 | 1100100 | 10 | 10 | 1100100 | 110001 |
Color Harmonies of #FB0A00
Complementary color
Monochromatic Colors of #FB0A00
Black with #FB0A00
Text Example
Text Example
White with #FB0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A00; }
p { color: rgb(251,10,0); }
H1.HeaderClassName
{
color: #FB0A00;
}
.AnyTagClassName
{
color: #FB0A00;
}
</style>
background-color css
<style>
a { background-color: #FB0A00; }
a { background-color: rgb(251,10,0); }
div.DivClassName
{
background-color: #FB0A00;
}
.BgClassName
{
background-color: #FB0A00;
}
</style>
border-color css
<style>
span { border-color: #FB0A00; }
span { border-color: rgb(251,10,0); }
td.TdClassName
{
border-color: #FB0A00;
}
.TagClassName
{
border-color: #FB0A00;
}
</style>