Shades of Atomic Tangerine #FEA166
Tints of Atomic Tangerine #FEA166
RGB
CMYK
RGB Variations
Color information
#FEA166 (or 0xFEA166) is known color: Atomic Tangerine. HEX triplet: FE, A1 and 66. RGB value is (254,161,102). Sum of RGB (Red+Green+Blue) = 254+161+102=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA166 is #015E99. Grayscale: #B6B6B6. Windows color (decimal): -89754 or 6726142. OLE color: 6726142.
HSL color Cylindrical-coordinate representation of color #FEA166: hue angle of 23.29º 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 #FEA166 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 102 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.00 |
| HSL | 23.29º | 0.99% | 0.7% | - |
| HSV(B) | 23.29º | 0.6% | 1% | - |
| XYZ | 56.02 | 47.52 | 18.79 | - |
| YUV | 182.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 102 | 0 | 0.37 | 0.60 | 0.00 | 23.29 | 0.99 | 0.7 |
| Hex | FE | A1 | 66 | 0 | 25 | 3C | 0 | 17 | 63 | 46 |
| Octal | 376 | 241 | 146 | 0 | 45 | 74 | 0 | 27 | 143 | 106 |
| Binary | 11111110 | 10100001 | 1100110 | 0 | 100101 | 111100 | 0 | 10111 | 1100011 | 1000110 |
Color Harmonies of #FEA166
Complementary color
Monochromatic Colors of #FEA166
Black with #FEA166
Text Example
Text Example
White with #FEA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA166; }
p { color: rgb(254,161,102); }
H1.HeaderClassName
{
color: #FEA166;
}
.AnyTagClassName
{
color: #FEA166;
}
</style>
background-color css
<style>
a { background-color: #FEA166; }
a { background-color: rgb(254,161,102); }
div.DivClassName
{
background-color: #FEA166;
}
.BgClassName
{
background-color: #FEA166;
}
</style>
border-color css
<style>
span { border-color: #FEA166; }
span { border-color: rgb(254,161,102); }
td.TdClassName
{
border-color: #FEA166;
}
.TagClassName
{
border-color: #FEA166;
}
</style>