Shades of Dark Tangerine #FEA620
Tints of Dark Tangerine #FEA620
RGB
CMYK
RGB Variations
Color information
#FEA620 (or 0xFEA620) is known color: Dark Tangerine. HEX triplet: FE, A6 and 20. RGB value is (254,166,32). Sum of RGB (Red+Green+Blue) = 254+166+32=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA620 is #0159DF. Grayscale: #B1B1B1. Windows color (decimal): -88544 or 2139902. OLE color: 2139902.
HSL color Cylindrical-coordinate representation of color #FEA620: hue angle of 36.22º 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 #FEA620 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 32 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.00 |
| HSL | 36.22º | 0.99% | 0.56% | - |
| HSV(B) | 36.22º | 0.87% | 1% | - |
| XYZ | 54.77 | 48.45 | 7.83 | - |
| YUV | 177.04 | 46.15 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 32 | 0 | 0.35 | 0.87 | 0.00 | 36.22 | 0.99 | 0.56 |
| Hex | FE | A6 | 20 | 0 | 23 | 57 | 0 | 24 | 63 | 38 |
| Octal | 376 | 246 | 40 | 0 | 43 | 127 | 0 | 44 | 143 | 70 |
| Binary | 11111110 | 10100110 | 100000 | 0 | 100011 | 1010111 | 0 | 100100 | 1100011 | 111000 |
Color Harmonies of #FEA620
Complementary color
Monochromatic Colors of #FEA620
Black with #FEA620
Text Example
Text Example
White with #FEA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA620; }
p { color: rgb(254,166,32); }
H1.HeaderClassName
{
color: #FEA620;
}
.AnyTagClassName
{
color: #FEA620;
}
</style>
background-color css
<style>
a { background-color: #FEA620; }
a { background-color: rgb(254,166,32); }
div.DivClassName
{
background-color: #FEA620;
}
.BgClassName
{
background-color: #FEA620;
}
</style>
border-color css
<style>
span { border-color: #FEA620; }
span { border-color: rgb(254,166,32); }
td.TdClassName
{
border-color: #FEA620;
}
.TagClassName
{
border-color: #FEA620;
}
</style>