Shades of Dark Tangerine #FEAA0C
Tints of Dark Tangerine #FEAA0C
RGB
CMYK
RGB Variations
Color information
#FEAA0C (or 0xFEAA0C) is known color: Dark Tangerine. HEX triplet: FE, AA and 0C. RGB value is (254,170,12). Sum of RGB (Red+Green+Blue) = 254+170+12=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA0C is #0155F3. Grayscale: #B1B1B1. Windows color (decimal): -87540 or 830206. OLE color: 830206.
HSL color Cylindrical-coordinate representation of color #FEAA0C: hue angle of 39.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEAA0C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.00 |
| HSL | 39.17º | 0.99% | 0.52% | - |
| HSV(B) | 39.17º | 0.95% | 1% | - |
| XYZ | 55.31 | 49.85 | 7.05 | - |
| YUV | 177.1 | 34.83 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 12 | 0 | 0.33 | 0.95 | 0.00 | 39.17 | 0.99 | 0.52 |
| Hex | FE | AA | C | 0 | 21 | 5F | 0 | 27 | 63 | 34 |
| Octal | 376 | 252 | 14 | 0 | 41 | 137 | 0 | 47 | 143 | 64 |
| Binary | 11111110 | 10101010 | 1100 | 0 | 100001 | 1011111 | 0 | 100111 | 1100011 | 110100 |
Color Harmonies of #FEAA0C
Complementary color
Monochromatic Colors of #FEAA0C
Black with #FEAA0C
Text Example
Text Example
White with #FEAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA0C; }
p { color: rgb(254,170,12); }
H1.HeaderClassName
{
color: #FEAA0C;
}
.AnyTagClassName
{
color: #FEAA0C;
}
</style>
background-color css
<style>
a { background-color: #FEAA0C; }
a { background-color: rgb(254,170,12); }
div.DivClassName
{
background-color: #FEAA0C;
}
.BgClassName
{
background-color: #FEAA0C;
}
</style>
border-color css
<style>
span { border-color: #FEAA0C; }
span { border-color: rgb(254,170,12); }
td.TdClassName
{
border-color: #FEAA0C;
}
.TagClassName
{
border-color: #FEAA0C;
}
</style>