Shades of Atomic Tangerine #FF9859
Tints of Atomic Tangerine #FF9859
RGB
CMYK
RGB Variations
Color information
#FF9859 (or 0xFF9859) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 59. RGB value is (255,152,89). Sum of RGB (Red+Green+Blue) = 255+152+89=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9859 is #0067A6. Grayscale: #AFAFAF. Windows color (decimal): -26535 or 5871871. OLE color: 5871871.
HSL color Cylindrical-coordinate representation of color #FF9859: hue angle of 22.77º 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 #FF9859 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 89 | - |
| CMYK | 0 | 0.40 | 0.65 | 0 |
| HSL | 22.77º | 1% | 0.67% | - |
| HSV(B) | 22.77º | 0.65% | 1% | - |
| XYZ | 54.27 | 44.44 | 15.17 | - |
| YUV | 175.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 89 | 0 | 0.40 | 0.65 | 0 | 22.77 | 1 | 0.67 |
| Hex | FF | 98 | 59 | 0 | 28 | 41 | 0 | 17 | 64 | 43 |
| Octal | 377 | 230 | 131 | 0 | 50 | 101 | 0 | 27 | 144 | 103 |
| Binary | 11111111 | 10011000 | 1011001 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000011 |
Color Harmonies of #FF9859
Complementary color
Monochromatic Colors of #FF9859
Black with #FF9859
Text Example
Text Example
White with #FF9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9859; }
p { color: rgb(255,152,89); }
H1.HeaderClassName
{
color: #FF9859;
}
.AnyTagClassName
{
color: #FF9859;
}
</style>
background-color css
<style>
a { background-color: #FF9859; }
a { background-color: rgb(255,152,89); }
div.DivClassName
{
background-color: #FF9859;
}
.BgClassName
{
background-color: #FF9859;
}
</style>
border-color css
<style>
span { border-color: #FF9859; }
span { border-color: rgb(255,152,89); }
td.TdClassName
{
border-color: #FF9859;
}
.TagClassName
{
border-color: #FF9859;
}
</style>