Shades of Dark Tangerine #FEAC1A
Tints of Dark Tangerine #FEAC1A
RGB
CMYK
RGB Variations
Color information
#FEAC1A (or 0xFEAC1A) is known color: Dark Tangerine. HEX triplet: FE, AC and 1A. RGB value is (254,172,26). Sum of RGB (Red+Green+Blue) = 254+172+26=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC1A is #0153E5. Grayscale: #B4B4B4. Windows color (decimal): -87014 or 1748222. OLE color: 1748222.
HSL color Cylindrical-coordinate representation of color #FEAC1A: hue angle of 38.42º 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 #FEAC1A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 26 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.00 |
| HSL | 38.42º | 0.99% | 0.55% | - |
| HSV(B) | 38.42º | 0.9% | 1% | - |
| XYZ | 55.81 | 50.65 | 7.81 | - |
| YUV | 179.87 | 41.17 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 26 | 0 | 0.32 | 0.90 | 0.00 | 38.42 | 0.99 | 0.55 |
| Hex | FE | AC | 1A | 0 | 20 | 5A | 0 | 26 | 63 | 37 |
| Octal | 376 | 254 | 32 | 0 | 40 | 132 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101100 | 11010 | 0 | 100000 | 1011010 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAC1A
Complementary color
Monochromatic Colors of #FEAC1A
Black with #FEAC1A
Text Example
Text Example
White with #FEAC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC1A; }
p { color: rgb(254,172,26); }
H1.HeaderClassName
{
color: #FEAC1A;
}
.AnyTagClassName
{
color: #FEAC1A;
}
</style>
background-color css
<style>
a { background-color: #FEAC1A; }
a { background-color: rgb(254,172,26); }
div.DivClassName
{
background-color: #FEAC1A;
}
.BgClassName
{
background-color: #FEAC1A;
}
</style>
border-color css
<style>
span { border-color: #FEAC1A; }
span { border-color: rgb(254,172,26); }
td.TdClassName
{
border-color: #FEAC1A;
}
.TagClassName
{
border-color: #FEAC1A;
}
</style>