Shades of Atomic Tangerine #FF986A
Tints of Atomic Tangerine #FF986A
RGB
CMYK
RGB Variations
Color information
#FF986A (or 0xFF986A) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 6A. RGB value is (255,152,106). Sum of RGB (Red+Green+Blue) = 255+152+106=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF986A is #006795. Grayscale: #B1B1B1. Windows color (decimal): -26518 or 6985983. OLE color: 6985983.
HSL color Cylindrical-coordinate representation of color #FF986A: hue angle of 18.52º 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 #FF986A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 106 | - |
| CMYK | 0 | 0.40 | 0.58 | 0 |
| HSL | 18.52º | 1% | 0.71% | - |
| HSV(B) | 18.52º | 0.58% | 1% | - |
| XYZ | 55.07 | 44.76 | 19.37 | - |
| YUV | 177.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 106 | 0 | 0.40 | 0.58 | 0 | 18.52 | 1 | 0.71 |
| Hex | FF | 98 | 6A | 0 | 28 | 3A | 0 | 13 | 64 | 47 |
| Octal | 377 | 230 | 152 | 0 | 50 | 72 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011000 | 1101010 | 0 | 101000 | 111010 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF986A
Complementary color
Monochromatic Colors of #FF986A
Black with #FF986A
Text Example
Text Example
White with #FF986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF986A; }
p { color: rgb(255,152,106); }
H1.HeaderClassName
{
color: #FF986A;
}
.AnyTagClassName
{
color: #FF986A;
}
</style>
background-color css
<style>
a { background-color: #FF986A; }
a { background-color: rgb(255,152,106); }
div.DivClassName
{
background-color: #FF986A;
}
.BgClassName
{
background-color: #FF986A;
}
</style>
border-color css
<style>
span { border-color: #FF986A; }
span { border-color: rgb(255,152,106); }
td.TdClassName
{
border-color: #FF986A;
}
.TagClassName
{
border-color: #FF986A;
}
</style>