Shades of Dark Tangerine #FEAB18
Tints of Dark Tangerine #FEAB18
RGB
CMYK
RGB Variations
Color information
#FEAB18 (or 0xFEAB18) is known color: Dark Tangerine. HEX triplet: FE, AB and 18. RGB value is (254,171,24). Sum of RGB (Red+Green+Blue) = 254+171+24=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB18 is #0154E7. Grayscale: #B3B3B3. Windows color (decimal): -87272 or 1616894. OLE color: 1616894.
HSL color Cylindrical-coordinate representation of color #FEAB18: hue angle of 38.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEAB18 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 24 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.00 |
| HSL | 38.35º | 0.99% | 0.55% | - |
| HSV(B) | 38.35º | 0.91% | 1% | - |
| XYZ | 55.6 | 50.26 | 7.64 | - |
| YUV | 179.06 | 40.5 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 24 | 0 | 0.33 | 0.91 | 0.00 | 38.35 | 0.99 | 0.55 |
| Hex | FE | AB | 18 | 0 | 21 | 5B | 0 | 26 | 63 | 37 |
| Octal | 376 | 253 | 30 | 0 | 41 | 133 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101011 | 11000 | 0 | 100001 | 1011011 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAB18
Complementary color
Monochromatic Colors of #FEAB18
Black with #FEAB18
Text Example
Text Example
White with #FEAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB18; }
p { color: rgb(254,171,24); }
H1.HeaderClassName
{
color: #FEAB18;
}
.AnyTagClassName
{
color: #FEAB18;
}
</style>
background-color css
<style>
a { background-color: #FEAB18; }
a { background-color: rgb(254,171,24); }
div.DivClassName
{
background-color: #FEAB18;
}
.BgClassName
{
background-color: #FEAB18;
}
</style>
border-color css
<style>
span { border-color: #FEAB18; }
span { border-color: rgb(254,171,24); }
td.TdClassName
{
border-color: #FEAB18;
}
.TagClassName
{
border-color: #FEAB18;
}
</style>