Shades of Dark Tangerine #FEAB19
Tints of Dark Tangerine #FEAB19
RGB
CMYK
RGB Variations
Color information
#FEAB19 (or 0xFEAB19) is known color: Dark Tangerine. HEX triplet: FE, AB and 19. RGB value is (254,171,25). Sum of RGB (Red+Green+Blue) = 254+171+25=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB19 is #0154E6. Grayscale: #B3B3B3. Windows color (decimal): -87271 or 1682430. OLE color: 1682430.
HSL color Cylindrical-coordinate representation of color #FEAB19: hue angle of 38.25º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEAB19 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.00 |
| HSL | 38.25º | 0.99% | 0.55% | - |
| HSV(B) | 38.25º | 0.9% | 1% | - |
| XYZ | 55.61 | 50.27 | 7.69 | - |
| YUV | 179.17 | 41 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 25 | 0 | 0.33 | 0.90 | 0.00 | 38.25 | 0.99 | 0.55 |
| Hex | FE | AB | 19 | 0 | 21 | 5A | 0 | 26 | 63 | 37 |
| Octal | 376 | 253 | 31 | 0 | 41 | 132 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101011 | 11001 | 0 | 100001 | 1011010 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAB19
Complementary color
Monochromatic Colors of #FEAB19
Black with #FEAB19
Text Example
Text Example
White with #FEAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB19; }
p { color: rgb(254,171,25); }
H1.HeaderClassName
{
color: #FEAB19;
}
.AnyTagClassName
{
color: #FEAB19;
}
</style>
background-color css
<style>
a { background-color: #FEAB19; }
a { background-color: rgb(254,171,25); }
div.DivClassName
{
background-color: #FEAB19;
}
.BgClassName
{
background-color: #FEAB19;
}
</style>
border-color css
<style>
span { border-color: #FEAB19; }
span { border-color: rgb(254,171,25); }
td.TdClassName
{
border-color: #FEAB19;
}
.TagClassName
{
border-color: #FEAB19;
}
</style>