Shades of Atomic Tangerine #FF9B66
Tints of Atomic Tangerine #FF9B66
RGB
CMYK
RGB Variations
Color information
#FF9B66 (or 0xFF9B66) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 66. RGB value is (255,155,102). Sum of RGB (Red+Green+Blue) = 255+155+102=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B66 is #006499. Grayscale: #B3B3B3. Windows color (decimal): -25754 or 6724607. OLE color: 6724607.
HSL color Cylindrical-coordinate representation of color #FF9B66: hue angle of 20.78º 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 #FF9B66 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 102 | - |
| CMYK | 0 | 0.39 | 0.6 | 0 |
| HSL | 20.78º | 1% | 0.7% | - |
| HSV(B) | 20.78º | 0.6% | 1% | - |
| XYZ | 55.36 | 45.66 | 18.47 | - |
| YUV | 178.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 102 | 0 | 0.39 | 0.6 | 0 | 20.78 | 1 | 0.7 |
| Hex | FF | 9B | 66 | 0 | 27 | 3C | 0 | 15 | 64 | 46 |
| Octal | 377 | 233 | 146 | 0 | 47 | 74 | 0 | 25 | 144 | 106 |
| Binary | 11111111 | 10011011 | 1100110 | 0 | 100111 | 111100 | 0 | 10101 | 1100100 | 1000110 |
Color Harmonies of #FF9B66
Complementary color
Monochromatic Colors of #FF9B66
Black with #FF9B66
Text Example
Text Example
White with #FF9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B66; }
p { color: rgb(255,155,102); }
H1.HeaderClassName
{
color: #FF9B66;
}
.AnyTagClassName
{
color: #FF9B66;
}
</style>
background-color css
<style>
a { background-color: #FF9B66; }
a { background-color: rgb(255,155,102); }
div.DivClassName
{
background-color: #FF9B66;
}
.BgClassName
{
background-color: #FF9B66;
}
</style>
border-color css
<style>
span { border-color: #FF9B66; }
span { border-color: rgb(255,155,102); }
td.TdClassName
{
border-color: #FF9B66;
}
.TagClassName
{
border-color: #FF9B66;
}
</style>