Shades of Atomic Tangerine #FF9669
Tints of Atomic Tangerine #FF9669
RGB
CMYK
RGB Variations
Color information
#FF9669 (or 0xFF9669) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 69. RGB value is (255,150,105). Sum of RGB (Red+Green+Blue) = 255+150+105=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9669 is #006996. Grayscale: #B0B0B0. Windows color (decimal): -27031 or 6919935. OLE color: 6919935.
HSL color Cylindrical-coordinate representation of color #FF9669: hue angle of 18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9669 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 105 | - |
| CMYK | 0 | 0.41 | 0.59 | 0 |
| HSL | 18º | 1% | 0.71% | - |
| HSV(B) | 18º | 0.59% | 1% | - |
| XYZ | 54.7 | 44.09 | 18.99 | - |
| YUV | 176.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 105 | 0 | 0.41 | 0.59 | 0 | 18 | 1 | 0.71 |
| Hex | FF | 96 | 69 | 0 | 29 | 3B | 0 | 12 | 64 | 47 |
| Octal | 377 | 226 | 151 | 0 | 51 | 73 | 0 | 22 | 144 | 107 |
| Binary | 11111111 | 10010110 | 1101001 | 0 | 101001 | 111011 | 0 | 10010 | 1100100 | 1000111 |
Color Harmonies of #FF9669
Complementary color
Monochromatic Colors of #FF9669
Black with #FF9669
Text Example
Text Example
White with #FF9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9669; }
p { color: rgb(255,150,105); }
H1.HeaderClassName
{
color: #FF9669;
}
.AnyTagClassName
{
color: #FF9669;
}
</style>
background-color css
<style>
a { background-color: #FF9669; }
a { background-color: rgb(255,150,105); }
div.DivClassName
{
background-color: #FF9669;
}
.BgClassName
{
background-color: #FF9669;
}
</style>
border-color css
<style>
span { border-color: #FF9669; }
span { border-color: rgb(255,150,105); }
td.TdClassName
{
border-color: #FF9669;
}
.TagClassName
{
border-color: #FF9669;
}
</style>