Shades of Atomic Tangerine #FF996C
Tints of Atomic Tangerine #FF996C
RGB
CMYK
RGB Variations
Color information
#FF996C (or 0xFF996C) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 6C. RGB value is (255,153,108). Sum of RGB (Red+Green+Blue) = 255+153+108=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF996C is #006693. Grayscale: #B2B2B2. Windows color (decimal): -26260 or 7117311. OLE color: 7117311.
HSL color Cylindrical-coordinate representation of color #FF996C: hue angle of 18.37º 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 #FF996C is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 108 | - |
| CMYK | 0 | 0.4 | 0.58 | 0 |
| HSL | 18.37º | 1% | 0.71% | - |
| HSV(B) | 18.37º | 0.58% | 1% | - |
| XYZ | 55.34 | 45.13 | 19.98 | - |
| YUV | 178.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 108 | 0 | 0.4 | 0.58 | 0 | 18.37 | 1 | 0.71 |
| Hex | FF | 99 | 6C | 0 | 28 | 3A | 0 | 12 | 64 | 47 |
| Octal | 377 | 231 | 154 | 0 | 50 | 72 | 0 | 22 | 144 | 107 |
| Binary | 11111111 | 10011001 | 1101100 | 0 | 101000 | 111010 | 0 | 10010 | 1100100 | 1000111 |
Color Harmonies of #FF996C
Complementary color
Monochromatic Colors of #FF996C
Black with #FF996C
Text Example
Text Example
White with #FF996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF996C; }
p { color: rgb(255,153,108); }
H1.HeaderClassName
{
color: #FF996C;
}
.AnyTagClassName
{
color: #FF996C;
}
</style>
background-color css
<style>
a { background-color: #FF996C; }
a { background-color: rgb(255,153,108); }
div.DivClassName
{
background-color: #FF996C;
}
.BgClassName
{
background-color: #FF996C;
}
</style>
border-color css
<style>
span { border-color: #FF996C; }
span { border-color: rgb(255,153,108); }
td.TdClassName
{
border-color: #FF996C;
}
.TagClassName
{
border-color: #FF996C;
}
</style>