Shades of Red #F70B00
Tints of Red #F70B00
RGB
CMYK
RGB Variations
Color information
#F70B00 (or 0xF70B00) is known color: Red. HEX triplet: F7, 0B and 00. RGB value is (247,11,0). Sum of RGB (Red+Green+Blue) = 247+11+0=258 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95.74% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B00 is #08F4FF. Grayscale: #505050. Windows color (decimal): -587008 or 3063. OLE color: 3063.
HSL color Cylindrical-coordinate representation of color #F70B00: hue angle of 2.67º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70B00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.03 |
| HSL | 2.67º | 1% | 0.48% | - |
| HSV(B) | 2.67º | 1% | 0.97% | - |
| XYZ | 38.48 | 20.01 | 1.84 | - |
| YUV | 80.31 | 82.69 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 0 | 0 | 0.96 | 1 | 0.03 | 2.67 | 1 | 0.48 |
| Hex | F7 | B | 0 | 0 | 60 | 64 | 3 | 3 | 64 | 30 |
| Octal | 367 | 13 | 0 | 0 | 140 | 144 | 3 | 3 | 144 | 60 |
| Binary | 11110111 | 1011 | 0 | 0 | 1100000 | 1100100 | 11 | 11 | 1100100 | 110000 |
Color Harmonies of #F70B00
Complementary color
Monochromatic Colors of #F70B00
Black with #F70B00
Text Example
Text Example
White with #F70B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B00; }
p { color: rgb(247,11,0); }
H1.HeaderClassName
{
color: #F70B00;
}
.AnyTagClassName
{
color: #F70B00;
}
</style>
background-color css
<style>
a { background-color: #F70B00; }
a { background-color: rgb(247,11,0); }
div.DivClassName
{
background-color: #F70B00;
}
.BgClassName
{
background-color: #F70B00;
}
</style>
border-color css
<style>
span { border-color: #F70B00; }
span { border-color: rgb(247,11,0); }
td.TdClassName
{
border-color: #F70B00;
}
.TagClassName
{
border-color: #F70B00;
}
</style>