Shades of Dark Tangerine #FEA921
Tints of Dark Tangerine #FEA921
RGB
CMYK
RGB Variations
Color information
#FEA921 (or 0xFEA921) is known color: Dark Tangerine. HEX triplet: FE, A9 and 21. RGB value is (254,169,33). Sum of RGB (Red+Green+Blue) = 254+169+33=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA921 is #0156DE. Grayscale: #B3B3B3. Windows color (decimal): -87775 or 2206206. OLE color: 2206206.
HSL color Cylindrical-coordinate representation of color #FEA921: hue angle of 36.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEA921 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 33 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.00 |
| HSL | 36.92º | 0.99% | 0.56% | - |
| HSV(B) | 36.92º | 0.87% | 1% | - |
| XYZ | 55.34 | 49.56 | 8.09 | - |
| YUV | 178.91 | 45.66 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 33 | 0 | 0.33 | 0.87 | 0.00 | 36.92 | 0.99 | 0.56 |
| Hex | FE | A9 | 21 | 0 | 21 | 57 | 0 | 25 | 63 | 38 |
| Octal | 376 | 251 | 41 | 0 | 41 | 127 | 0 | 45 | 143 | 70 |
| Binary | 11111110 | 10101001 | 100001 | 0 | 100001 | 1010111 | 0 | 100101 | 1100011 | 111000 |
Color Harmonies of #FEA921
Complementary color
Monochromatic Colors of #FEA921
Black with #FEA921
Text Example
Text Example
White with #FEA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA921; }
p { color: rgb(254,169,33); }
H1.HeaderClassName
{
color: #FEA921;
}
.AnyTagClassName
{
color: #FEA921;
}
</style>
background-color css
<style>
a { background-color: #FEA921; }
a { background-color: rgb(254,169,33); }
div.DivClassName
{
background-color: #FEA921;
}
.BgClassName
{
background-color: #FEA921;
}
</style>
border-color css
<style>
span { border-color: #FEA921; }
span { border-color: rgb(254,169,33); }
td.TdClassName
{
border-color: #FEA921;
}
.TagClassName
{
border-color: #FEA921;
}
</style>