Shades of Atomic Tangerine #FF996B
Tints of Atomic Tangerine #FF996B
RGB
CMYK
RGB Variations
Color information
#FF996B (or 0xFF996B) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 6B. RGB value is (255,153,107). Sum of RGB (Red+Green+Blue) = 255+153+107=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF996B is #006694. Grayscale: #B2B2B2. Windows color (decimal): -26261 or 7051775. OLE color: 7051775.
HSL color Cylindrical-coordinate representation of color #FF996B: hue angle of 18.65º 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 #FF996B is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 107 | - |
| CMYK | 0 | 0.4 | 0.58 | 0 |
| HSL | 18.65º | 1% | 0.71% | - |
| HSV(B) | 18.65º | 0.58% | 1% | - |
| XYZ | 55.29 | 45.1 | 19.7 | - |
| YUV | 178.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 107 | 0 | 0.4 | 0.58 | 0 | 18.65 | 1 | 0.71 |
| Hex | FF | 99 | 6B | 0 | 28 | 3A | 0 | 13 | 64 | 47 |
| Octal | 377 | 231 | 153 | 0 | 50 | 72 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011001 | 1101011 | 0 | 101000 | 111010 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF996B
Complementary color
Monochromatic Colors of #FF996B
Black with #FF996B
Text Example
Text Example
White with #FF996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF996B; }
p { color: rgb(255,153,107); }
H1.HeaderClassName
{
color: #FF996B;
}
.AnyTagClassName
{
color: #FF996B;
}
</style>
background-color css
<style>
a { background-color: #FF996B; }
a { background-color: rgb(255,153,107); }
div.DivClassName
{
background-color: #FF996B;
}
.BgClassName
{
background-color: #FF996B;
}
</style>
border-color css
<style>
span { border-color: #FF996B; }
span { border-color: rgb(255,153,107); }
td.TdClassName
{
border-color: #FF996B;
}
.TagClassName
{
border-color: #FF996B;
}
</style>