Shades of Atomic Tangerine #FF996E
Tints of Atomic Tangerine #FF996E
RGB
CMYK
RGB Variations
Color information
#FF996E (or 0xFF996E) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 6E. RGB value is (255,153,110). Sum of RGB (Red+Green+Blue) = 255+153+110=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF996E is #006691. Grayscale: #B2B2B2. Windows color (decimal): -26258 or 7248383. OLE color: 7248383.
HSL color Cylindrical-coordinate representation of color #FF996E: hue angle of 17.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF996E is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 110 | - |
| CMYK | 0 | 0.4 | 0.57 | 0 |
| HSL | 17.79º | 1% | 0.72% | - |
| HSV(B) | 17.79º | 0.57% | 1% | - |
| XYZ | 55.45 | 45.17 | 20.55 | - |
| YUV | 178.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 110 | 0 | 0.4 | 0.57 | 0 | 17.79 | 1 | 0.72 |
| Hex | FF | 99 | 6E | 0 | 28 | 39 | 0 | 12 | 64 | 48 |
| Octal | 377 | 231 | 156 | 0 | 50 | 71 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011001 | 1101110 | 0 | 101000 | 111001 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF996E
Complementary color
Monochromatic Colors of #FF996E
Black with #FF996E
Text Example
Text Example
White with #FF996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF996E; }
p { color: rgb(255,153,110); }
H1.HeaderClassName
{
color: #FF996E;
}
.AnyTagClassName
{
color: #FF996E;
}
</style>
background-color css
<style>
a { background-color: #FF996E; }
a { background-color: rgb(255,153,110); }
div.DivClassName
{
background-color: #FF996E;
}
.BgClassName
{
background-color: #FF996E;
}
</style>
border-color css
<style>
span { border-color: #FF996E; }
span { border-color: rgb(255,153,110); }
td.TdClassName
{
border-color: #FF996E;
}
.TagClassName
{
border-color: #FF996E;
}
</style>