Shades of Atomic Tangerine #FE9166
Tints of Atomic Tangerine #FE9166
RGB
CMYK
RGB Variations
Color information
#FE9166 (or 0xFE9166) is known color: Atomic Tangerine. HEX triplet: FE, 91 and 66. RGB value is (254,145,102). Sum of RGB (Red+Green+Blue) = 254+145+102=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9166 is #016E99. Grayscale: #ACACAC. Windows color (decimal): -93850 or 6722046. OLE color: 6722046.
HSL color Cylindrical-coordinate representation of color #FE9166: hue angle of 16.97º 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 #FE9166 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 102 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.00 |
| HSL | 16.97º | 0.99% | 0.7% | - |
| HSV(B) | 16.97º | 0.6% | 1% | - |
| XYZ | 53.4 | 42.28 | 17.92 | - |
| YUV | 172.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 102 | 0 | 0.43 | 0.60 | 0.00 | 16.97 | 0.99 | 0.7 |
| Hex | FE | 91 | 66 | 0 | 2B | 3C | 0 | 11 | 63 | 46 |
| Octal | 376 | 221 | 146 | 0 | 53 | 74 | 0 | 21 | 143 | 106 |
| Binary | 11111110 | 10010001 | 1100110 | 0 | 101011 | 111100 | 0 | 10001 | 1100011 | 1000110 |
Color Harmonies of #FE9166
Complementary color
Monochromatic Colors of #FE9166
Black with #FE9166
Text Example
Text Example
White with #FE9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9166; }
p { color: rgb(254,145,102); }
H1.HeaderClassName
{
color: #FE9166;
}
.AnyTagClassName
{
color: #FE9166;
}
</style>
background-color css
<style>
a { background-color: #FE9166; }
a { background-color: rgb(254,145,102); }
div.DivClassName
{
background-color: #FE9166;
}
.BgClassName
{
background-color: #FE9166;
}
</style>
border-color css
<style>
span { border-color: #FE9166; }
span { border-color: rgb(254,145,102); }
td.TdClassName
{
border-color: #FE9166;
}
.TagClassName
{
border-color: #FE9166;
}
</style>