Shades of Atomic Tangerine #FF966C
Tints of Atomic Tangerine #FF966C
RGB
CMYK
RGB Variations
Color information
#FF966C (or 0xFF966C) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 6C. RGB value is (255,150,108). Sum of RGB (Red+Green+Blue) = 255+150+108=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966C is #006993. Grayscale: #B0B0B0. Windows color (decimal): -27028 or 7116543. OLE color: 7116543.
HSL color Cylindrical-coordinate representation of color #FF966C: hue angle of 17.14º 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 #FF966C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 108 | - |
| CMYK | 0 | 0.41 | 0.58 | 0 |
| HSL | 17.14º | 1% | 0.71% | - |
| HSV(B) | 17.14º | 0.58% | 1% | - |
| XYZ | 54.85 | 44.16 | 19.82 | - |
| YUV | 176.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 108 | 0 | 0.41 | 0.58 | 0 | 17.14 | 1 | 0.71 |
| Hex | FF | 96 | 6C | 0 | 29 | 3A | 0 | 11 | 64 | 47 |
| Octal | 377 | 226 | 154 | 0 | 51 | 72 | 0 | 21 | 144 | 107 |
| Binary | 11111111 | 10010110 | 1101100 | 0 | 101001 | 111010 | 0 | 10001 | 1100100 | 1000111 |
Color Harmonies of #FF966C
Complementary color
Monochromatic Colors of #FF966C
Black with #FF966C
Text Example
Text Example
White with #FF966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF966C; }
p { color: rgb(255,150,108); }
H1.HeaderClassName
{
color: #FF966C;
}
.AnyTagClassName
{
color: #FF966C;
}
</style>
background-color css
<style>
a { background-color: #FF966C; }
a { background-color: rgb(255,150,108); }
div.DivClassName
{
background-color: #FF966C;
}
.BgClassName
{
background-color: #FF966C;
}
</style>
border-color css
<style>
span { border-color: #FF966C; }
span { border-color: rgb(255,150,108); }
td.TdClassName
{
border-color: #FF966C;
}
.TagClassName
{
border-color: #FF966C;
}
</style>