Shades of Dark Tangerine #FEAB16
Tints of Dark Tangerine #FEAB16
RGB
CMYK
RGB Variations
Color information
#FEAB16 (or 0xFEAB16) is known color: Dark Tangerine. HEX triplet: FE, AB and 16. RGB value is (254,171,22). Sum of RGB (Red+Green+Blue) = 254+171+22=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB16 is #0154E9. Grayscale: #B3B3B3. Windows color (decimal): -87274 or 1485822. OLE color: 1485822.
HSL color Cylindrical-coordinate representation of color #FEAB16: hue angle of 38.53º 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 #FEAB16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.00 |
| HSL | 38.53º | 0.99% | 0.54% | - |
| HSV(B) | 38.53º | 0.91% | 1% | - |
| XYZ | 55.58 | 50.25 | 7.53 | - |
| YUV | 178.83 | 39.5 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 22 | 0 | 0.33 | 0.91 | 0.00 | 38.53 | 0.99 | 0.54 |
| Hex | FE | AB | 16 | 0 | 21 | 5B | 0 | 27 | 63 | 36 |
| Octal | 376 | 253 | 26 | 0 | 41 | 133 | 0 | 47 | 143 | 66 |
| Binary | 11111110 | 10101011 | 10110 | 0 | 100001 | 1011011 | 0 | 100111 | 1100011 | 110110 |
Color Harmonies of #FEAB16
Complementary color
Monochromatic Colors of #FEAB16
Black with #FEAB16
Text Example
Text Example
White with #FEAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB16; }
p { color: rgb(254,171,22); }
H1.HeaderClassName
{
color: #FEAB16;
}
.AnyTagClassName
{
color: #FEAB16;
}
</style>
background-color css
<style>
a { background-color: #FEAB16; }
a { background-color: rgb(254,171,22); }
div.DivClassName
{
background-color: #FEAB16;
}
.BgClassName
{
background-color: #FEAB16;
}
</style>
border-color css
<style>
span { border-color: #FEAB16; }
span { border-color: rgb(254,171,22); }
td.TdClassName
{
border-color: #FEAB16;
}
.TagClassName
{
border-color: #FEAB16;
}
</style>