Shades of Dark Tangerine #FEA916
Tints of Dark Tangerine #FEA916
RGB
CMYK
RGB Variations
Color information
#FEA916 (or 0xFEA916) is known color: Dark Tangerine. HEX triplet: FE, A9 and 16. RGB value is (254,169,22). Sum of RGB (Red+Green+Blue) = 254+169+22=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA916 is #0156E9. Grayscale: #B2B2B2. Windows color (decimal): -87786 or 1485310. OLE color: 1485310.
HSL color Cylindrical-coordinate representation of color #FEA916: hue angle of 38.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEA916 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.00 |
| HSL | 38.02º | 0.99% | 0.54% | - |
| HSV(B) | 38.02º | 0.91% | 1% | - |
| XYZ | 55.21 | 49.5 | 7.4 | - |
| YUV | 177.66 | 40.16 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 22 | 0 | 0.33 | 0.91 | 0.00 | 38.02 | 0.99 | 0.54 |
| Hex | FE | A9 | 16 | 0 | 21 | 5B | 0 | 26 | 63 | 36 |
| Octal | 376 | 251 | 26 | 0 | 41 | 133 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10101001 | 10110 | 0 | 100001 | 1011011 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEA916
Complementary color
Monochromatic Colors of #FEA916
Black with #FEA916
Text Example
Text Example
White with #FEA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA916; }
p { color: rgb(254,169,22); }
H1.HeaderClassName
{
color: #FEA916;
}
.AnyTagClassName
{
color: #FEA916;
}
</style>
background-color css
<style>
a { background-color: #FEA916; }
a { background-color: rgb(254,169,22); }
div.DivClassName
{
background-color: #FEA916;
}
.BgClassName
{
background-color: #FEA916;
}
</style>
border-color css
<style>
span { border-color: #FEA916; }
span { border-color: rgb(254,169,22); }
td.TdClassName
{
border-color: #FEA916;
}
.TagClassName
{
border-color: #FEA916;
}
</style>