Shades of Atomic Tangerine #FF9766
Tints of Atomic Tangerine #FF9766
RGB
CMYK
RGB Variations
Color information
#FF9766 (or 0xFF9766) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 66. RGB value is (255,151,102). Sum of RGB (Red+Green+Blue) = 255+151+102=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9766 is #006899. Grayscale: #B0B0B0. Windows color (decimal): -26778 or 6723583. OLE color: 6723583.
HSL color Cylindrical-coordinate representation of color #FF9766: hue angle of 19.22º 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 #FF9766 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 102 | - |
| CMYK | 0 | 0.41 | 0.6 | 0 |
| HSL | 19.22º | 1% | 0.7% | - |
| HSV(B) | 19.22º | 0.6% | 1% | - |
| XYZ | 54.7 | 44.35 | 18.25 | - |
| YUV | 176.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 102 | 0 | 0.41 | 0.6 | 0 | 19.22 | 1 | 0.7 |
| Hex | FF | 97 | 66 | 0 | 29 | 3C | 0 | 13 | 64 | 46 |
| Octal | 377 | 227 | 146 | 0 | 51 | 74 | 0 | 23 | 144 | 106 |
| Binary | 11111111 | 10010111 | 1100110 | 0 | 101001 | 111100 | 0 | 10011 | 1100100 | 1000110 |
Color Harmonies of #FF9766
Complementary color
Monochromatic Colors of #FF9766
Black with #FF9766
Text Example
Text Example
White with #FF9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9766; }
p { color: rgb(255,151,102); }
H1.HeaderClassName
{
color: #FF9766;
}
.AnyTagClassName
{
color: #FF9766;
}
</style>
background-color css
<style>
a { background-color: #FF9766; }
a { background-color: rgb(255,151,102); }
div.DivClassName
{
background-color: #FF9766;
}
.BgClassName
{
background-color: #FF9766;
}
</style>
border-color css
<style>
span { border-color: #FF9766; }
span { border-color: rgb(255,151,102); }
td.TdClassName
{
border-color: #FF9766;
}
.TagClassName
{
border-color: #FF9766;
}
</style>