Shades of Dark Tangerine #FEAC19
Tints of Dark Tangerine #FEAC19
RGB
CMYK
RGB Variations
Color information
#FEAC19 (or 0xFEAC19) is known color: Dark Tangerine. HEX triplet: FE, AC and 19. RGB value is (254,172,25). Sum of RGB (Red+Green+Blue) = 254+172+25=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC19 is #0153E6. Grayscale: #B4B4B4. Windows color (decimal): -87015 or 1682686. OLE color: 1682686.
HSL color Cylindrical-coordinate representation of color #FEAC19: hue angle of 38.52º 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 #FEAC19 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.00 |
| HSL | 38.52º | 0.99% | 0.55% | - |
| HSV(B) | 38.52º | 0.9% | 1% | - |
| XYZ | 55.8 | 50.65 | 7.75 | - |
| YUV | 179.76 | 40.67 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 25 | 0 | 0.32 | 0.90 | 0.00 | 38.52 | 0.99 | 0.55 |
| Hex | FE | AC | 19 | 0 | 20 | 5A | 0 | 27 | 63 | 37 |
| Octal | 376 | 254 | 31 | 0 | 40 | 132 | 0 | 47 | 143 | 67 |
| Binary | 11111110 | 10101100 | 11001 | 0 | 100000 | 1011010 | 0 | 100111 | 1100011 | 110111 |
Color Harmonies of #FEAC19
Complementary color
Monochromatic Colors of #FEAC19
Black with #FEAC19
Text Example
Text Example
White with #FEAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC19; }
p { color: rgb(254,172,25); }
H1.HeaderClassName
{
color: #FEAC19;
}
.AnyTagClassName
{
color: #FEAC19;
}
</style>
background-color css
<style>
a { background-color: #FEAC19; }
a { background-color: rgb(254,172,25); }
div.DivClassName
{
background-color: #FEAC19;
}
.BgClassName
{
background-color: #FEAC19;
}
</style>
border-color css
<style>
span { border-color: #FEAC19; }
span { border-color: rgb(254,172,25); }
td.TdClassName
{
border-color: #FEAC19;
}
.TagClassName
{
border-color: #FEAC19;
}
</style>