Shades of Atomic Tangerine #FE8966
Tints of Atomic Tangerine #FE8966
RGB
CMYK
RGB Variations
Color information
#FE8966 (or 0xFE8966) is known color: Atomic Tangerine. HEX triplet: FE, 89 and 66. RGB value is (254,137,102). Sum of RGB (Red+Green+Blue) = 254+137+102=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8966 is #017699. Grayscale: #A8A8A8. Windows color (decimal): -95898 or 6719998. OLE color: 6719998.
HSL color Cylindrical-coordinate representation of color #FE8966: hue angle of 13.82º 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 #FE8966 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 102 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.00 |
| HSL | 13.82º | 0.99% | 0.7% | - |
| HSV(B) | 13.82º | 0.6% | 1% | - |
| XYZ | 52.22 | 39.92 | 17.52 | - |
| YUV | 167.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 102 | 0 | 0.46 | 0.60 | 0.00 | 13.82 | 0.99 | 0.7 |
| Hex | FE | 89 | 66 | 0 | 2E | 3C | 0 | E | 63 | 46 |
| Octal | 376 | 211 | 146 | 0 | 56 | 74 | 0 | 16 | 143 | 106 |
| Binary | 11111110 | 10001001 | 1100110 | 0 | 101110 | 111100 | 0 | 1110 | 1100011 | 1000110 |
Color Harmonies of #FE8966
Complementary color
Monochromatic Colors of #FE8966
Black with #FE8966
Text Example
Text Example
White with #FE8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8966; }
p { color: rgb(254,137,102); }
H1.HeaderClassName
{
color: #FE8966;
}
.AnyTagClassName
{
color: #FE8966;
}
</style>
background-color css
<style>
a { background-color: #FE8966; }
a { background-color: rgb(254,137,102); }
div.DivClassName
{
background-color: #FE8966;
}
.BgClassName
{
background-color: #FE8966;
}
</style>
border-color css
<style>
span { border-color: #FE8966; }
span { border-color: rgb(254,137,102); }
td.TdClassName
{
border-color: #FE8966;
}
.TagClassName
{
border-color: #FE8966;
}
</style>