Shades of Atomic Tangerine #FE986C
Tints of Atomic Tangerine #FE986C
RGB
CMYK
RGB Variations
Color information
#FE986C (or 0xFE986C) is known color: Atomic Tangerine. HEX triplet: FE, 98 and 6C. RGB value is (254,152,108). Sum of RGB (Red+Green+Blue) = 254+152+108=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE986C is #016793. Grayscale: #B1B1B1. Windows color (decimal): -92052 or 7117054. OLE color: 7117054.
HSL color Cylindrical-coordinate representation of color #FE986C: hue angle of 18.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE986C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 108 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.00 |
| HSL | 18.08º | 0.99% | 0.71% | - |
| HSV(B) | 18.08º | 0.57% | 1% | - |
| XYZ | 54.81 | 44.61 | 19.91 | - |
| YUV | 177.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 108 | 0 | 0.40 | 0.57 | 0.00 | 18.08 | 0.99 | 0.71 |
| Hex | FE | 98 | 6C | 0 | 28 | 39 | 0 | 12 | 63 | 47 |
| Octal | 376 | 230 | 154 | 0 | 50 | 71 | 0 | 22 | 143 | 107 |
| Binary | 11111110 | 10011000 | 1101100 | 0 | 101000 | 111001 | 0 | 10010 | 1100011 | 1000111 |
Color Harmonies of #FE986C
Complementary color
Monochromatic Colors of #FE986C
Black with #FE986C
Text Example
Text Example
White with #FE986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE986C; }
p { color: rgb(254,152,108); }
H1.HeaderClassName
{
color: #FE986C;
}
.AnyTagClassName
{
color: #FE986C;
}
</style>
background-color css
<style>
a { background-color: #FE986C; }
a { background-color: rgb(254,152,108); }
div.DivClassName
{
background-color: #FE986C;
}
.BgClassName
{
background-color: #FE986C;
}
</style>
border-color css
<style>
span { border-color: #FE986C; }
span { border-color: rgb(254,152,108); }
td.TdClassName
{
border-color: #FE986C;
}
.TagClassName
{
border-color: #FE986C;
}
</style>