Shades of Dark Tangerine #FEB511
Tints of Dark Tangerine #FEB511
RGB
CMYK
RGB Variations
Color information
#FEB511 (or 0xFEB511) is known color: Dark Tangerine. HEX triplet: FE, B5 and 11. RGB value is (254,181,17). Sum of RGB (Red+Green+Blue) = 254+181+17=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB511 is #014AEE. Grayscale: #B8B8B8. Windows color (decimal): -84719 or 1160702. OLE color: 1160702.
HSL color Cylindrical-coordinate representation of color #FEB511: hue angle of 41.52º 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 #FEB511 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.00 |
| HSL | 41.52º | 0.99% | 0.53% | - |
| HSV(B) | 41.52º | 0.93% | 1% | - |
| XYZ | 57.5 | 54.16 | 7.95 | - |
| YUV | 184.13 | 33.68 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 17 | 0 | 0.29 | 0.93 | 0.00 | 41.52 | 0.99 | 0.53 |
| Hex | FE | B5 | 11 | 0 | 1D | 5D | 0 | 2A | 63 | 35 |
| Octal | 376 | 265 | 21 | 0 | 35 | 135 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10110101 | 10001 | 0 | 11101 | 1011101 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB511
Complementary color
Monochromatic Colors of #FEB511
Black with #FEB511
Text Example
Text Example
White with #FEB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB511; }
p { color: rgb(254,181,17); }
H1.HeaderClassName
{
color: #FEB511;
}
.AnyTagClassName
{
color: #FEB511;
}
</style>
background-color css
<style>
a { background-color: #FEB511; }
a { background-color: rgb(254,181,17); }
div.DivClassName
{
background-color: #FEB511;
}
.BgClassName
{
background-color: #FEB511;
}
</style>
border-color css
<style>
span { border-color: #FEB511; }
span { border-color: rgb(254,181,17); }
td.TdClassName
{
border-color: #FEB511;
}
.TagClassName
{
border-color: #FEB511;
}
</style>