Shades of Atomic Tangerine #FF9166
Tints of Atomic Tangerine #FF9166
RGB
CMYK
RGB Variations
Color information
#FF9166 (or 0xFF9166) is known color: Atomic Tangerine. HEX triplet: FF, 91 and 66. RGB value is (255,145,102). Sum of RGB (Red+Green+Blue) = 255+145+102=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9166 is #006E99. Grayscale: #ADADAD. Windows color (decimal): -28314 or 6722047. OLE color: 6722047.
HSL color Cylindrical-coordinate representation of color #FF9166: hue angle of 16.86º 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 #FF9166 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 102 | - |
| CMYK | 0 | 0.43 | 0.6 | 0 |
| HSL | 16.86º | 1% | 0.7% | - |
| HSV(B) | 16.86º | 0.6% | 1% | - |
| XYZ | 53.76 | 42.47 | 17.93 | - |
| YUV | 172.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 102 | 0 | 0.43 | 0.6 | 0 | 16.86 | 1 | 0.7 |
| Hex | FF | 91 | 66 | 0 | 2B | 3C | 0 | 11 | 64 | 46 |
| Octal | 377 | 221 | 146 | 0 | 53 | 74 | 0 | 21 | 144 | 106 |
| Binary | 11111111 | 10010001 | 1100110 | 0 | 101011 | 111100 | 0 | 10001 | 1100100 | 1000110 |
Color Harmonies of #FF9166
Complementary color
Monochromatic Colors of #FF9166
Black with #FF9166
Text Example
Text Example
White with #FF9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9166; }
p { color: rgb(255,145,102); }
H1.HeaderClassName
{
color: #FF9166;
}
.AnyTagClassName
{
color: #FF9166;
}
</style>
background-color css
<style>
a { background-color: #FF9166; }
a { background-color: rgb(255,145,102); }
div.DivClassName
{
background-color: #FF9166;
}
.BgClassName
{
background-color: #FF9166;
}
</style>
border-color css
<style>
span { border-color: #FF9166; }
span { border-color: rgb(255,145,102); }
td.TdClassName
{
border-color: #FF9166;
}
.TagClassName
{
border-color: #FF9166;
}
</style>