Shades of Red #FE0B00
Tints of Red #FE0B00
RGB
CMYK
RGB Variations
Color information
#FE0B00 (or 0xFE0B00) is known color: Red. HEX triplet: FE, 0B and 00. RGB value is (254,11,0). Sum of RGB (Red+Green+Blue) = 254+11+0=265 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.85% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0B00 is #01F4FF. Grayscale: #525252. Windows color (decimal): -128256 or 3070. OLE color: 3070.
HSL color Cylindrical-coordinate representation of color #FE0B00: hue angle of 2.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0B00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.00 |
| HSL | 2.6º | 1% | 0.5% | - |
| HSV(B) | 2.6º | 1% | 1% | - |
| XYZ | 40.99 | 21.31 | 1.95 | - |
| YUV | 82.4 | 81.51 | 250.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 0 | 0 | 0.96 | 1 | 0.00 | 2.6 | 1 | 0.5 |
| Hex | FE | B | 0 | 0 | 60 | 64 | 0 | 3 | 64 | 32 |
| Octal | 376 | 13 | 0 | 0 | 140 | 144 | 0 | 3 | 144 | 62 |
| Binary | 11111110 | 1011 | 0 | 0 | 1100000 | 1100100 | 0 | 11 | 1100100 | 110010 |
Color Harmonies of #FE0B00
Complementary color
Monochromatic Colors of #FE0B00
Black with #FE0B00
Text Example
Text Example
White with #FE0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B00; }
p { color: rgb(254,11,0); }
H1.HeaderClassName
{
color: #FE0B00;
}
.AnyTagClassName
{
color: #FE0B00;
}
</style>
background-color css
<style>
a { background-color: #FE0B00; }
a { background-color: rgb(254,11,0); }
div.DivClassName
{
background-color: #FE0B00;
}
.BgClassName
{
background-color: #FE0B00;
}
</style>
border-color css
<style>
span { border-color: #FE0B00; }
span { border-color: rgb(254,11,0); }
td.TdClassName
{
border-color: #FE0B00;
}
.TagClassName
{
border-color: #FE0B00;
}
</style>