Shades of Atomic Tangerine #FF9D66
Tints of Atomic Tangerine #FF9D66
RGB
CMYK
RGB Variations
Color information
#FF9D66 (or 0xFF9D66) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 66. RGB value is (255,157,102). Sum of RGB (Red+Green+Blue) = 255+157+102=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D66 is #006299. Grayscale: #B4B4B4. Windows color (decimal): -25242 or 6725119. OLE color: 6725119.
HSL color Cylindrical-coordinate representation of color #FF9D66: hue angle of 21.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9D66 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 102 | - |
| CMYK | 0 | 0.38 | 0.6 | 0 |
| HSL | 21.57º | 1% | 0.7% | - |
| HSV(B) | 21.57º | 0.6% | 1% | - |
| XYZ | 55.7 | 46.33 | 18.58 | - |
| YUV | 180.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 102 | 0 | 0.38 | 0.6 | 0 | 21.57 | 1 | 0.7 |
| Hex | FF | 9D | 66 | 0 | 26 | 3C | 0 | 16 | 64 | 46 |
| Octal | 377 | 235 | 146 | 0 | 46 | 74 | 0 | 26 | 144 | 106 |
| Binary | 11111111 | 10011101 | 1100110 | 0 | 100110 | 111100 | 0 | 10110 | 1100100 | 1000110 |
Color Harmonies of #FF9D66
Complementary color
Monochromatic Colors of #FF9D66
Black with #FF9D66
Text Example
Text Example
White with #FF9D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D66; }
p { color: rgb(255,157,102); }
H1.HeaderClassName
{
color: #FF9D66;
}
.AnyTagClassName
{
color: #FF9D66;
}
</style>
background-color css
<style>
a { background-color: #FF9D66; }
a { background-color: rgb(255,157,102); }
div.DivClassName
{
background-color: #FF9D66;
}
.BgClassName
{
background-color: #FF9D66;
}
</style>
border-color css
<style>
span { border-color: #FF9D66; }
span { border-color: rgb(255,157,102); }
td.TdClassName
{
border-color: #FF9D66;
}
.TagClassName
{
border-color: #FF9D66;
}
</style>