Shades of Atomic Tangerine #FF996D
Tints of Atomic Tangerine #FF996D
RGB
CMYK
RGB Variations
Color information
#FF996D (or 0xFF996D) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 6D. RGB value is (255,153,109). Sum of RGB (Red+Green+Blue) = 255+153+109=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF996D is #006692. Grayscale: #B2B2B2. Windows color (decimal): -26259 or 7182847. OLE color: 7182847.
HSL color Cylindrical-coordinate representation of color #FF996D: hue angle of 18.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF996D is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 109 | - |
| CMYK | 0 | 0.4 | 0.57 | 0 |
| HSL | 18.08º | 1% | 0.71% | - |
| HSV(B) | 18.08º | 0.57% | 1% | - |
| XYZ | 55.39 | 45.15 | 20.26 | - |
| YUV | 178.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 109 | 0 | 0.4 | 0.57 | 0 | 18.08 | 1 | 0.71 |
| Hex | FF | 99 | 6D | 0 | 28 | 39 | 0 | 12 | 64 | 47 |
| Octal | 377 | 231 | 155 | 0 | 50 | 71 | 0 | 22 | 144 | 107 |
| Binary | 11111111 | 10011001 | 1101101 | 0 | 101000 | 111001 | 0 | 10010 | 1100100 | 1000111 |
Color Harmonies of #FF996D
Complementary color
Monochromatic Colors of #FF996D
Black with #FF996D
Text Example
Text Example
White with #FF996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF996D; }
p { color: rgb(255,153,109); }
H1.HeaderClassName
{
color: #FF996D;
}
.AnyTagClassName
{
color: #FF996D;
}
</style>
background-color css
<style>
a { background-color: #FF996D; }
a { background-color: rgb(255,153,109); }
div.DivClassName
{
background-color: #FF996D;
}
.BgClassName
{
background-color: #FF996D;
}
</style>
border-color css
<style>
span { border-color: #FF996D; }
span { border-color: rgb(255,153,109); }
td.TdClassName
{
border-color: #FF996D;
}
.TagClassName
{
border-color: #FF996D;
}
</style>