Shades of Dark Tangerine #FEAC12
Tints of Dark Tangerine #FEAC12
RGB
CMYK
RGB Variations
Color information
#FEAC12 (or 0xFEAC12) is known color: Dark Tangerine. HEX triplet: FE, AC and 12. RGB value is (254,172,18). Sum of RGB (Red+Green+Blue) = 254+172+18=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC12 is #0153ED. Grayscale: #B3B3B3. Windows color (decimal): -87022 or 1223934. OLE color: 1223934.
HSL color Cylindrical-coordinate representation of color #FEAC12: hue angle of 39.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEAC12 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 18 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.00 |
| HSL | 39.15º | 0.99% | 0.53% | - |
| HSV(B) | 39.15º | 0.93% | 1% | - |
| XYZ | 55.73 | 50.62 | 7.41 | - |
| YUV | 178.96 | 37.17 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 18 | 0 | 0.32 | 0.93 | 0.00 | 39.15 | 0.99 | 0.53 |
| Hex | FE | AC | 12 | 0 | 20 | 5D | 0 | 27 | 63 | 35 |
| Octal | 376 | 254 | 22 | 0 | 40 | 135 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101100 | 10010 | 0 | 100000 | 1011101 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAC12
Complementary color
Monochromatic Colors of #FEAC12
Black with #FEAC12
Text Example
Text Example
White with #FEAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC12; }
p { color: rgb(254,172,18); }
H1.HeaderClassName
{
color: #FEAC12;
}
.AnyTagClassName
{
color: #FEAC12;
}
</style>
background-color css
<style>
a { background-color: #FEAC12; }
a { background-color: rgb(254,172,18); }
div.DivClassName
{
background-color: #FEAC12;
}
.BgClassName
{
background-color: #FEAC12;
}
</style>
border-color css
<style>
span { border-color: #FEAC12; }
span { border-color: rgb(254,172,18); }
td.TdClassName
{
border-color: #FEAC12;
}
.TagClassName
{
border-color: #FEAC12;
}
</style>