Shades of Atomic Tangerine #FF986C
Tints of Atomic Tangerine #FF986C
RGB
CMYK
RGB Variations
Color information
#FF986C (or 0xFF986C) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 6C. RGB value is (255,152,108). Sum of RGB (Red+Green+Blue) = 255+152+108=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF986C is #006793. Grayscale: #B2B2B2. Windows color (decimal): -26516 or 7117055. OLE color: 7117055.
HSL color Cylindrical-coordinate representation of color #FF986C: hue angle of 17.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF986C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 108 | - |
| CMYK | 0 | 0.40 | 0.58 | 0 |
| HSL | 17.96º | 1% | 0.71% | - |
| HSV(B) | 17.96º | 0.58% | 1% | - |
| XYZ | 55.18 | 44.8 | 19.93 | - |
| YUV | 177.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 108 | 0 | 0.40 | 0.58 | 0 | 17.96 | 1 | 0.71 |
| Hex | FF | 98 | 6C | 0 | 28 | 3A | 0 | 12 | 64 | 47 |
| Octal | 377 | 230 | 154 | 0 | 50 | 72 | 0 | 22 | 144 | 107 |
| Binary | 11111111 | 10011000 | 1101100 | 0 | 101000 | 111010 | 0 | 10010 | 1100100 | 1000111 |
Color Harmonies of #FF986C
Complementary color
Monochromatic Colors of #FF986C
Black with #FF986C
Text Example
Text Example
White with #FF986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF986C; }
p { color: rgb(255,152,108); }
H1.HeaderClassName
{
color: #FF986C;
}
.AnyTagClassName
{
color: #FF986C;
}
</style>
background-color css
<style>
a { background-color: #FF986C; }
a { background-color: rgb(255,152,108); }
div.DivClassName
{
background-color: #FF986C;
}
.BgClassName
{
background-color: #FF986C;
}
</style>
border-color css
<style>
span { border-color: #FF986C; }
span { border-color: rgb(255,152,108); }
td.TdClassName
{
border-color: #FF986C;
}
.TagClassName
{
border-color: #FF986C;
}
</style>