Shades of Red #F00B00
Tints of Red #F00B00
RGB
CMYK
RGB Variations
Color information
#F00B00 (or 0xF00B00) is known color: Red. HEX triplet: F0, 0B and 00. RGB value is (240,11,0). Sum of RGB (Red+Green+Blue) = 240+11+0=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00B00 is #0FF4FF. Grayscale: #4E4E4E. Windows color (decimal): -1045760 or 3056. OLE color: 3056.
HSL color Cylindrical-coordinate representation of color #F00B00: hue angle of 2.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.06 |
| HSL | 2.75º | 1% | 0.47% | - |
| HSV(B) | 2.75º | 1% | 0.94% | - |
| XYZ | 36.05 | 18.76 | 1.72 | - |
| YUV | 78.22 | 83.87 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 0 | 0 | 0.95 | 1 | 0.06 | 2.75 | 1 | 0.47 |
| Hex | F0 | B | 0 | 0 | 5F | 64 | 6 | 3 | 64 | 2F |
| Octal | 360 | 13 | 0 | 0 | 137 | 144 | 6 | 3 | 144 | 57 |
| Binary | 11110000 | 1011 | 0 | 0 | 1011111 | 1100100 | 110 | 11 | 1100100 | 101111 |
Color Harmonies of #F00B00
Complementary color
Monochromatic Colors of #F00B00
Black with #F00B00
Text Example
Text Example
White with #F00B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00B00; }
p { color: rgb(240,11,0); }
H1.HeaderClassName
{
color: #F00B00;
}
.AnyTagClassName
{
color: #F00B00;
}
</style>
background-color css
<style>
a { background-color: #F00B00; }
a { background-color: rgb(240,11,0); }
div.DivClassName
{
background-color: #F00B00;
}
.BgClassName
{
background-color: #F00B00;
}
</style>
border-color css
<style>
span { border-color: #F00B00; }
span { border-color: rgb(240,11,0); }
td.TdClassName
{
border-color: #F00B00;
}
.TagClassName
{
border-color: #F00B00;
}
</style>