Shades of Atomic Tangerine #FD9666
Tints of Atomic Tangerine #FD9666
RGB
CMYK
RGB Variations
Color information
#FD9666 (or 0xFD9666) is known color: Atomic Tangerine. HEX triplet: FD, 96 and 66. RGB value is (253,150,102). Sum of RGB (Red+Green+Blue) = 253+150+102=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9666 is #026999. Grayscale: #AFAFAF. Windows color (decimal): -158106 or 6723325. OLE color: 6723325.
HSL color Cylindrical-coordinate representation of color #FD9666: hue angle of 19.07º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD9666 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 102 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.01 |
| HSL | 19.07º | 0.97% | 0.7% | - |
| HSV(B) | 19.07º | 0.6% | 0.99% | - |
| XYZ | 53.81 | 43.65 | 18.16 | - |
| YUV | 175.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 102 | 0 | 0.41 | 0.60 | 0.01 | 19.07 | 0.97 | 0.7 |
| Hex | FD | 96 | 66 | 0 | 29 | 3C | 1 | 13 | 61 | 46 |
| Octal | 375 | 226 | 146 | 0 | 51 | 74 | 1 | 23 | 141 | 106 |
| Binary | 11111101 | 10010110 | 1100110 | 0 | 101001 | 111100 | 1 | 10011 | 1100001 | 1000110 |
Color Harmonies of #FD9666
Complementary color
Monochromatic Colors of #FD9666
Black with #FD9666
Text Example
Text Example
White with #FD9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9666; }
p { color: rgb(253,150,102); }
H1.HeaderClassName
{
color: #FD9666;
}
.AnyTagClassName
{
color: #FD9666;
}
</style>
background-color css
<style>
a { background-color: #FD9666; }
a { background-color: rgb(253,150,102); }
div.DivClassName
{
background-color: #FD9666;
}
.BgClassName
{
background-color: #FD9666;
}
</style>
border-color css
<style>
span { border-color: #FD9666; }
span { border-color: rgb(253,150,102); }
td.TdClassName
{
border-color: #FD9666;
}
.TagClassName
{
border-color: #FD9666;
}
</style>