Shades of Dark Tangerine #FEB711
Tints of Dark Tangerine #FEB711
RGB
CMYK
RGB Variations
Color information
#FEB711 (or 0xFEB711) is known color: Dark Tangerine. HEX triplet: FE, B7 and 11. RGB value is (254,183,17). Sum of RGB (Red+Green+Blue) = 254+183+17=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB711 is #0148EE. Grayscale: #BABABA. Windows color (decimal): -84207 or 1161214. OLE color: 1161214.
HSL color Cylindrical-coordinate representation of color #FEB711: hue angle of 42.03º 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 #FEB711 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.00 |
| HSL | 42.03º | 0.99% | 0.53% | - |
| HSV(B) | 42.03º | 0.93% | 1% | - |
| XYZ | 57.91 | 54.98 | 8.09 | - |
| YUV | 185.31 | 33.02 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 17 | 0 | 0.28 | 0.93 | 0.00 | 42.03 | 0.99 | 0.53 |
| Hex | FE | B7 | 11 | 0 | 1C | 5D | 0 | 2A | 63 | 35 |
| Octal | 376 | 267 | 21 | 0 | 34 | 135 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10110111 | 10001 | 0 | 11100 | 1011101 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB711
Complementary color
Monochromatic Colors of #FEB711
Black with #FEB711
Text Example
Text Example
White with #FEB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB711; }
p { color: rgb(254,183,17); }
H1.HeaderClassName
{
color: #FEB711;
}
.AnyTagClassName
{
color: #FEB711;
}
</style>
background-color css
<style>
a { background-color: #FEB711; }
a { background-color: rgb(254,183,17); }
div.DivClassName
{
background-color: #FEB711;
}
.BgClassName
{
background-color: #FEB711;
}
</style>
border-color css
<style>
span { border-color: #FEB711; }
span { border-color: rgb(254,183,17); }
td.TdClassName
{
border-color: #FEB711;
}
.TagClassName
{
border-color: #FEB711;
}
</style>