Shades of Atomic Tangerine #FF9959
Tints of Atomic Tangerine #FF9959
RGB
CMYK
RGB Variations
Color information
#FF9959 (or 0xFF9959) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 59. RGB value is (255,153,89). Sum of RGB (Red+Green+Blue) = 255+153+89=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9959 is #0066A6. Grayscale: #B0B0B0. Windows color (decimal): -26279 or 5872127. OLE color: 5872127.
HSL color Cylindrical-coordinate representation of color #FF9959: hue angle of 23.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF9959 is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 89 | - |
| CMYK | 0 | 0.4 | 0.65 | 0 |
| HSL | 23.13º | 1% | 0.67% | - |
| HSV(B) | 23.13º | 0.65% | 1% | - |
| XYZ | 54.43 | 44.76 | 15.22 | - |
| YUV | 176.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 89 | 0 | 0.4 | 0.65 | 0 | 23.13 | 1 | 0.67 |
| Hex | FF | 99 | 59 | 0 | 28 | 41 | 0 | 17 | 64 | 43 |
| Octal | 377 | 231 | 131 | 0 | 50 | 101 | 0 | 27 | 144 | 103 |
| Binary | 11111111 | 10011001 | 1011001 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000011 |
Color Harmonies of #FF9959
Complementary color
Monochromatic Colors of #FF9959
Black with #FF9959
Text Example
Text Example
White with #FF9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9959; }
p { color: rgb(255,153,89); }
H1.HeaderClassName
{
color: #FF9959;
}
.AnyTagClassName
{
color: #FF9959;
}
</style>
background-color css
<style>
a { background-color: #FF9959; }
a { background-color: rgb(255,153,89); }
div.DivClassName
{
background-color: #FF9959;
}
.BgClassName
{
background-color: #FF9959;
}
</style>
border-color css
<style>
span { border-color: #FF9959; }
span { border-color: rgb(255,153,89); }
td.TdClassName
{
border-color: #FF9959;
}
.TagClassName
{
border-color: #FF9959;
}
</style>