Shades of Dark Tangerine #FEAA1D
Tints of Dark Tangerine #FEAA1D
RGB
CMYK
RGB Variations
Color information
#FEAA1D (or 0xFEAA1D) is known color: Dark Tangerine. HEX triplet: FE, AA and 1D. RGB value is (254,170,29). Sum of RGB (Red+Green+Blue) = 254+170+29=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA1D is #0155E2. Grayscale: #B3B3B3. Windows color (decimal): -87523 or 1944318. OLE color: 1944318.
HSL color Cylindrical-coordinate representation of color #FEAA1D: hue angle of 37.6º 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 #FEAA1D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 29 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.00 |
| HSL | 37.6º | 0.99% | 0.55% | - |
| HSV(B) | 37.6º | 0.89% | 1% | - |
| XYZ | 55.47 | 49.91 | 7.87 | - |
| YUV | 179.04 | 43.33 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 29 | 0 | 0.33 | 0.89 | 0.00 | 37.6 | 0.99 | 0.55 |
| Hex | FE | AA | 1D | 0 | 21 | 59 | 0 | 26 | 63 | 37 |
| Octal | 376 | 252 | 35 | 0 | 41 | 131 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101010 | 11101 | 0 | 100001 | 1011001 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEAA1D
Complementary color
Monochromatic Colors of #FEAA1D
Black with #FEAA1D
Text Example
Text Example
White with #FEAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA1D; }
p { color: rgb(254,170,29); }
H1.HeaderClassName
{
color: #FEAA1D;
}
.AnyTagClassName
{
color: #FEAA1D;
}
</style>
background-color css
<style>
a { background-color: #FEAA1D; }
a { background-color: rgb(254,170,29); }
div.DivClassName
{
background-color: #FEAA1D;
}
.BgClassName
{
background-color: #FEAA1D;
}
</style>
border-color css
<style>
span { border-color: #FEAA1D; }
span { border-color: rgb(254,170,29); }
td.TdClassName
{
border-color: #FEAA1D;
}
.TagClassName
{
border-color: #FEAA1D;
}
</style>