Shades of Atomic Tangerine #FF9668
Tints of Atomic Tangerine #FF9668
RGB
CMYK
RGB Variations
Color information
#FF9668 (or 0xFF9668) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 68. RGB value is (255,150,104). Sum of RGB (Red+Green+Blue) = 255+150+104=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9668 is #006997. Grayscale: #B0B0B0. Windows color (decimal): -27032 or 6854399. OLE color: 6854399.
HSL color Cylindrical-coordinate representation of color #FF9668: hue angle of 18.28º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9668 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 104 | - |
| CMYK | 0 | 0.41 | 0.59 | 0 |
| HSL | 18.28º | 1% | 0.7% | - |
| HSV(B) | 18.28º | 0.59% | 1% | - |
| XYZ | 54.65 | 44.07 | 18.72 | - |
| YUV | 176.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 104 | 0 | 0.41 | 0.59 | 0 | 18.28 | 1 | 0.7 |
| Hex | FF | 96 | 68 | 0 | 29 | 3B | 0 | 12 | 64 | 46 |
| Octal | 377 | 226 | 150 | 0 | 51 | 73 | 0 | 22 | 144 | 106 |
| Binary | 11111111 | 10010110 | 1101000 | 0 | 101001 | 111011 | 0 | 10010 | 1100100 | 1000110 |
Color Harmonies of #FF9668
Complementary color
Monochromatic Colors of #FF9668
Black with #FF9668
Text Example
Text Example
White with #FF9668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9668; }
p { color: rgb(255,150,104); }
H1.HeaderClassName
{
color: #FF9668;
}
.AnyTagClassName
{
color: #FF9668;
}
</style>
background-color css
<style>
a { background-color: #FF9668; }
a { background-color: rgb(255,150,104); }
div.DivClassName
{
background-color: #FF9668;
}
.BgClassName
{
background-color: #FF9668;
}
</style>
border-color css
<style>
span { border-color: #FF9668; }
span { border-color: rgb(255,150,104); }
td.TdClassName
{
border-color: #FF9668;
}
.TagClassName
{
border-color: #FF9668;
}
</style>