Shades of Dark Tangerine #FEAA0B
Tints of Dark Tangerine #FEAA0B
RGB
CMYK
RGB Variations
Color information
#FEAA0B (or 0xFEAA0B) is known color: Dark Tangerine. HEX triplet: FE, AA and 0B. RGB value is (254,170,11). Sum of RGB (Red+Green+Blue) = 254+170+11=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA0B is #0155F4. Grayscale: #B1B1B1. Windows color (decimal): -87541 or 764670. OLE color: 764670.
HSL color Cylindrical-coordinate representation of color #FEAA0B: hue angle of 39.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEAA0B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.00 |
| HSL | 39.26º | 0.99% | 0.52% | - |
| HSV(B) | 39.26º | 0.96% | 1% | - |
| XYZ | 55.31 | 49.84 | 7.02 | - |
| YUV | 176.99 | 34.33 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 11 | 0 | 0.33 | 0.96 | 0.00 | 39.26 | 0.99 | 0.52 |
| Hex | FE | AA | B | 0 | 21 | 60 | 0 | 27 | 63 | 34 |
| Octal | 376 | 252 | 13 | 0 | 41 | 140 | 0 | 47 | 143 | 64 |
| Binary | 11111110 | 10101010 | 1011 | 0 | 100001 | 1100000 | 0 | 100111 | 1100011 | 110100 |
Color Harmonies of #FEAA0B
Complementary color
Monochromatic Colors of #FEAA0B
Black with #FEAA0B
Text Example
Text Example
White with #FEAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA0B; }
p { color: rgb(254,170,11); }
H1.HeaderClassName
{
color: #FEAA0B;
}
.AnyTagClassName
{
color: #FEAA0B;
}
</style>
background-color css
<style>
a { background-color: #FEAA0B; }
a { background-color: rgb(254,170,11); }
div.DivClassName
{
background-color: #FEAA0B;
}
.BgClassName
{
background-color: #FEAA0B;
}
</style>
border-color css
<style>
span { border-color: #FEAA0B; }
span { border-color: rgb(254,170,11); }
td.TdClassName
{
border-color: #FEAA0B;
}
.TagClassName
{
border-color: #FEAA0B;
}
</style>