Shades of Dark Tangerine #FEB917
Tints of Dark Tangerine #FEB917
RGB
CMYK
RGB Variations
Color information
#FEB917 (or 0xFEB917) is known color: Dark Tangerine. HEX triplet: FE, B9 and 17. RGB value is (254,185,23). Sum of RGB (Red+Green+Blue) = 254+185+23=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB917 is #0146E8. Grayscale: #BBBBBB. Windows color (decimal): -83689 or 1554942. OLE color: 1554942.
HSL color Cylindrical-coordinate representation of color #FEB917: hue angle of 42.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEB917 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 23 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.00 |
| HSL | 42.08º | 0.99% | 0.54% | - |
| HSV(B) | 42.08º | 0.91% | 1% | - |
| XYZ | 58.38 | 55.83 | 8.51 | - |
| YUV | 187.16 | 35.36 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 23 | 0 | 0.27 | 0.91 | 0.00 | 42.08 | 0.99 | 0.54 |
| Hex | FE | B9 | 17 | 0 | 1B | 5B | 0 | 2A | 63 | 36 |
| Octal | 376 | 271 | 27 | 0 | 33 | 133 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10111001 | 10111 | 0 | 11011 | 1011011 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB917
Complementary color
Monochromatic Colors of #FEB917
Black with #FEB917
Text Example
Text Example
White with #FEB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB917; }
p { color: rgb(254,185,23); }
H1.HeaderClassName
{
color: #FEB917;
}
.AnyTagClassName
{
color: #FEB917;
}
</style>
background-color css
<style>
a { background-color: #FEB917; }
a { background-color: rgb(254,185,23); }
div.DivClassName
{
background-color: #FEB917;
}
.BgClassName
{
background-color: #FEB917;
}
</style>
border-color css
<style>
span { border-color: #FEB917; }
span { border-color: rgb(254,185,23); }
td.TdClassName
{
border-color: #FEB917;
}
.TagClassName
{
border-color: #FEB917;
}
</style>