Shades of Atomic Tangerine #FEA066
Tints of Atomic Tangerine #FEA066
RGB
CMYK
RGB Variations
Color information
#FEA066 (or 0xFEA066) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 66. RGB value is (254,160,102). Sum of RGB (Red+Green+Blue) = 254+160+102=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA066 is #015F99. Grayscale: #B5B5B5. Windows color (decimal): -90010 or 6725886. OLE color: 6725886.
HSL color Cylindrical-coordinate representation of color #FEA066: hue angle of 22.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA066 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 102 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.00 |
| HSL | 22.89º | 0.99% | 0.7% | - |
| HSV(B) | 22.89º | 0.6% | 1% | - |
| XYZ | 55.84 | 47.17 | 18.73 | - |
| YUV | 181.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 102 | 0 | 0.37 | 0.60 | 0.00 | 22.89 | 0.99 | 0.7 |
| Hex | FE | A0 | 66 | 0 | 25 | 3C | 0 | 17 | 63 | 46 |
| Octal | 376 | 240 | 146 | 0 | 45 | 74 | 0 | 27 | 143 | 106 |
| Binary | 11111110 | 10100000 | 1100110 | 0 | 100101 | 111100 | 0 | 10111 | 1100011 | 1000110 |
Color Harmonies of #FEA066
Complementary color
Monochromatic Colors of #FEA066
Black with #FEA066
Text Example
Text Example
White with #FEA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA066; }
p { color: rgb(254,160,102); }
H1.HeaderClassName
{
color: #FEA066;
}
.AnyTagClassName
{
color: #FEA066;
}
</style>
background-color css
<style>
a { background-color: #FEA066; }
a { background-color: rgb(254,160,102); }
div.DivClassName
{
background-color: #FEA066;
}
.BgClassName
{
background-color: #FEA066;
}
</style>
border-color css
<style>
span { border-color: #FEA066; }
span { border-color: rgb(254,160,102); }
td.TdClassName
{
border-color: #FEA066;
}
.TagClassName
{
border-color: #FEA066;
}
</style>