Shades of Atomic Tangerine #FF966D
Tints of Atomic Tangerine #FF966D
RGB
CMYK
RGB Variations
Color information
#FF966D (or 0xFF966D) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 6D. RGB value is (255,150,109). Sum of RGB (Red+Green+Blue) = 255+150+109=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966D is #006992. Grayscale: #B0B0B0. Windows color (decimal): -27027 or 7182079. OLE color: 7182079.
HSL color Cylindrical-coordinate representation of color #FF966D: hue angle of 16.85º 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 #FF966D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 109 | - |
| CMYK | 0 | 0.41 | 0.57 | 0 |
| HSL | 16.85º | 1% | 0.71% | - |
| HSV(B) | 16.85º | 0.57% | 1% | - |
| XYZ | 54.91 | 44.18 | 20.1 | - |
| YUV | 176.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 109 | 0 | 0.41 | 0.57 | 0 | 16.85 | 1 | 0.71 |
| Hex | FF | 96 | 6D | 0 | 29 | 39 | 0 | 11 | 64 | 47 |
| Octal | 377 | 226 | 155 | 0 | 51 | 71 | 0 | 21 | 144 | 107 |
| Binary | 11111111 | 10010110 | 1101101 | 0 | 101001 | 111001 | 0 | 10001 | 1100100 | 1000111 |
Color Harmonies of #FF966D
Complementary color
Monochromatic Colors of #FF966D
Black with #FF966D
Text Example
Text Example
White with #FF966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF966D; }
p { color: rgb(255,150,109); }
H1.HeaderClassName
{
color: #FF966D;
}
.AnyTagClassName
{
color: #FF966D;
}
</style>
background-color css
<style>
a { background-color: #FF966D; }
a { background-color: rgb(255,150,109); }
div.DivClassName
{
background-color: #FF966D;
}
.BgClassName
{
background-color: #FF966D;
}
</style>
border-color css
<style>
span { border-color: #FF966D; }
span { border-color: rgb(255,150,109); }
td.TdClassName
{
border-color: #FF966D;
}
.TagClassName
{
border-color: #FF966D;
}
</style>