Shades of Dark Tangerine #FEB20E
Tints of Dark Tangerine #FEB20E
RGB
CMYK
RGB Variations
Color information
#FEB20E (or 0xFEB20E) is known color: Dark Tangerine. HEX triplet: FE, B2 and 0E. RGB value is (254,178,14). Sum of RGB (Red+Green+Blue) = 254+178+14=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB20E is #014DF1. Grayscale: #B6B6B6. Windows color (decimal): -85490 or 963326. OLE color: 963326.
HSL color Cylindrical-coordinate representation of color #FEB20E: hue angle of 41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEB20E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.00 |
| HSL | 41º | 0.99% | 0.53% | - |
| HSV(B) | 41º | 0.94% | 1% | - |
| XYZ | 56.87 | 52.94 | 7.64 | - |
| YUV | 182.03 | 33.18 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 14 | 0 | 0.30 | 0.94 | 0.00 | 41 | 0.99 | 0.53 |
| Hex | FE | B2 | E | 0 | 1E | 5E | 0 | 29 | 63 | 35 |
| Octal | 376 | 262 | 16 | 0 | 36 | 136 | 0 | 51 | 143 | 65 |
| Binary | 11111110 | 10110010 | 1110 | 0 | 11110 | 1011110 | 0 | 101001 | 1100011 | 110101 |
Color Harmonies of #FEB20E
Complementary color
Monochromatic Colors of #FEB20E
Black with #FEB20E
Text Example
Text Example
White with #FEB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB20E; }
p { color: rgb(254,178,14); }
H1.HeaderClassName
{
color: #FEB20E;
}
.AnyTagClassName
{
color: #FEB20E;
}
</style>
background-color css
<style>
a { background-color: #FEB20E; }
a { background-color: rgb(254,178,14); }
div.DivClassName
{
background-color: #FEB20E;
}
.BgClassName
{
background-color: #FEB20E;
}
</style>
border-color css
<style>
span { border-color: #FEB20E; }
span { border-color: rgb(254,178,14); }
td.TdClassName
{
border-color: #FEB20E;
}
.TagClassName
{
border-color: #FEB20E;
}
</style>