Shades of Dark Tangerine #FEAA1C
Tints of Dark Tangerine #FEAA1C
RGB
CMYK
RGB Variations
Color information
#FEAA1C (or 0xFEAA1C) is known color: Dark Tangerine. HEX triplet: FE, AA and 1C. RGB value is (254,170,28). Sum of RGB (Red+Green+Blue) = 254+170+28=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA1C is #0155E3. Grayscale: #B3B3B3. Windows color (decimal): -87524 or 1878782. OLE color: 1878782.
HSL color Cylindrical-coordinate representation of color #FEAA1C: hue angle of 37.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEAA1C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 28 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.00 |
| HSL | 37.7º | 0.99% | 0.55% | - |
| HSV(B) | 37.7º | 0.89% | 1% | - |
| XYZ | 55.46 | 49.9 | 7.81 | - |
| YUV | 178.93 | 42.83 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 28 | 0 | 0.33 | 0.89 | 0.00 | 37.7 | 0.99 | 0.55 |
| Hex | FE | AA | 1C | 0 | 21 | 59 | 0 | 26 | 63 | 37 |
| Octal | 376 | 252 | 34 | 0 | 41 | 131 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101010 | 11100 | 0 | 100001 | 1011001 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAA1C
Complementary color
Monochromatic Colors of #FEAA1C
Black with #FEAA1C
Text Example
Text Example
White with #FEAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA1C; }
p { color: rgb(254,170,28); }
H1.HeaderClassName
{
color: #FEAA1C;
}
.AnyTagClassName
{
color: #FEAA1C;
}
</style>
background-color css
<style>
a { background-color: #FEAA1C; }
a { background-color: rgb(254,170,28); }
div.DivClassName
{
background-color: #FEAA1C;
}
.BgClassName
{
background-color: #FEAA1C;
}
</style>
border-color css
<style>
span { border-color: #FEAA1C; }
span { border-color: rgb(254,170,28); }
td.TdClassName
{
border-color: #FEAA1C;
}
.TagClassName
{
border-color: #FEAA1C;
}
</style>