Shades of Dark Tangerine #FEAB20
Tints of Dark Tangerine #FEAB20
RGB
CMYK
RGB Variations
Color information
#FEAB20 (or 0xFEAB20) is known color: Dark Tangerine. HEX triplet: FE, AB and 20. RGB value is (254,171,32). Sum of RGB (Red+Green+Blue) = 254+171+32=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB20 is #0154DF. Grayscale: #B4B4B4. Windows color (decimal): -87264 or 2141182. OLE color: 2141182.
HSL color Cylindrical-coordinate representation of color #FEAB20: hue angle of 37.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEAB20 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.00 |
| HSL | 37.57º | 0.99% | 0.56% | - |
| HSV(B) | 37.57º | 0.87% | 1% | - |
| XYZ | 55.7 | 50.3 | 8.14 | - |
| YUV | 179.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 32 | 0 | 0.33 | 0.87 | 0.00 | 37.57 | 0.99 | 0.56 |
| Hex | FE | AB | 20 | 0 | 21 | 57 | 0 | 26 | 63 | 38 |
| Octal | 376 | 253 | 40 | 0 | 41 | 127 | 0 | 46 | 143 | 70 |
| Binary | 11111110 | 10101011 | 100000 | 0 | 100001 | 1010111 | 0 | 100110 | 1100011 | 111000 |
Color Harmonies of #FEAB20
Complementary color
Monochromatic Colors of #FEAB20
Black with #FEAB20
Text Example
Text Example
White with #FEAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB20; }
p { color: rgb(254,171,32); }
H1.HeaderClassName
{
color: #FEAB20;
}
.AnyTagClassName
{
color: #FEAB20;
}
</style>
background-color css
<style>
a { background-color: #FEAB20; }
a { background-color: rgb(254,171,32); }
div.DivClassName
{
background-color: #FEAB20;
}
.BgClassName
{
background-color: #FEAB20;
}
</style>
border-color css
<style>
span { border-color: #FEAB20; }
span { border-color: rgb(254,171,32); }
td.TdClassName
{
border-color: #FEAB20;
}
.TagClassName
{
border-color: #FEAB20;
}
</style>