Shades of Dark Tangerine #FEAB12
Tints of Dark Tangerine #FEAB12
RGB
CMYK
RGB Variations
Color information
#FEAB12 (or 0xFEAB12) is known color: Dark Tangerine. HEX triplet: FE, AB and 12. RGB value is (254,171,18). Sum of RGB (Red+Green+Blue) = 254+171+18=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB12 is #0154ED. Grayscale: #B3B3B3. Windows color (decimal): -87278 or 1223678. OLE color: 1223678.
HSL color Cylindrical-coordinate representation of color #FEAB12: hue angle of 38.9º 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 #FEAB12 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 18 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.00 |
| HSL | 38.9º | 0.99% | 0.53% | - |
| HSV(B) | 38.9º | 0.93% | 1% | - |
| XYZ | 55.55 | 50.24 | 7.34 | - |
| YUV | 178.38 | 37.5 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 18 | 0 | 0.33 | 0.93 | 0.00 | 38.9 | 0.99 | 0.53 |
| Hex | FE | AB | 12 | 0 | 21 | 5D | 0 | 27 | 63 | 35 |
| Octal | 376 | 253 | 22 | 0 | 41 | 135 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101011 | 10010 | 0 | 100001 | 1011101 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAB12
Complementary color
Monochromatic Colors of #FEAB12
Black with #FEAB12
Text Example
Text Example
White with #FEAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB12; }
p { color: rgb(254,171,18); }
H1.HeaderClassName
{
color: #FEAB12;
}
.AnyTagClassName
{
color: #FEAB12;
}
</style>
background-color css
<style>
a { background-color: #FEAB12; }
a { background-color: rgb(254,171,18); }
div.DivClassName
{
background-color: #FEAB12;
}
.BgClassName
{
background-color: #FEAB12;
}
</style>
border-color css
<style>
span { border-color: #FEAB12; }
span { border-color: rgb(254,171,18); }
td.TdClassName
{
border-color: #FEAB12;
}
.TagClassName
{
border-color: #FEAB12;
}
</style>