Shades of Dark Tangerine #FEB011
Tints of Dark Tangerine #FEB011
RGB
CMYK
RGB Variations
Color information
#FEB011 (or 0xFEB011) is known color: Dark Tangerine. HEX triplet: FE, B0 and 11. RGB value is (254,176,17). Sum of RGB (Red+Green+Blue) = 254+176+17=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB011 is #014FEE. Grayscale: #B5B5B5. Windows color (decimal): -85999 or 1159422. OLE color: 1159422.
HSL color Cylindrical-coordinate representation of color #FEB011: hue angle of 40.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEB011 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.00 |
| HSL | 40.25º | 0.99% | 0.53% | - |
| HSV(B) | 40.25º | 0.93% | 1% | - |
| XYZ | 56.5 | 52.16 | 7.62 | - |
| YUV | 181.2 | 35.34 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 17 | 0 | 0.31 | 0.93 | 0.00 | 40.25 | 0.99 | 0.53 |
| Hex | FE | B0 | 11 | 0 | 1F | 5D | 0 | 28 | 63 | 35 |
| Octal | 376 | 260 | 21 | 0 | 37 | 135 | 0 | 50 | 143 | 65 |
| Binary | 11111110 | 10110000 | 10001 | 0 | 11111 | 1011101 | 0 | 101000 | 1100011 | 110101 |
Color Harmonies of #FEB011
Complementary color
Monochromatic Colors of #FEB011
Black with #FEB011
Text Example
Text Example
White with #FEB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB011; }
p { color: rgb(254,176,17); }
H1.HeaderClassName
{
color: #FEB011;
}
.AnyTagClassName
{
color: #FEB011;
}
</style>
background-color css
<style>
a { background-color: #FEB011; }
a { background-color: rgb(254,176,17); }
div.DivClassName
{
background-color: #FEB011;
}
.BgClassName
{
background-color: #FEB011;
}
</style>
border-color css
<style>
span { border-color: #FEB011; }
span { border-color: rgb(254,176,17); }
td.TdClassName
{
border-color: #FEB011;
}
.TagClassName
{
border-color: #FEB011;
}
</style>