Shades of Atomic Tangerine #FF9958
Tints of Atomic Tangerine #FF9958
RGB
CMYK
RGB Variations
Color information
#FF9958 (or 0xFF9958) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 58. RGB value is (255,153,88). Sum of RGB (Red+Green+Blue) = 255+153+88=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9958 is #0066A7. Grayscale: #B0B0B0. Windows color (decimal): -26280 or 5806591. OLE color: 5806591.
HSL color Cylindrical-coordinate representation of color #FF9958: hue angle of 23.35º 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 #FF9958 is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 88 | - |
| CMYK | 0 | 0.4 | 0.65 | 0 |
| HSL | 23.35º | 1% | 0.67% | - |
| HSV(B) | 23.35º | 0.65% | 1% | - |
| XYZ | 54.39 | 44.75 | 15 | - |
| YUV | 176.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 88 | 0 | 0.4 | 0.65 | 0 | 23.35 | 1 | 0.67 |
| Hex | FF | 99 | 58 | 0 | 28 | 41 | 0 | 17 | 64 | 43 |
| Octal | 377 | 231 | 130 | 0 | 50 | 101 | 0 | 27 | 144 | 103 |
| Binary | 11111111 | 10011001 | 1011000 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000011 |
Color Harmonies of #FF9958
Complementary color
Monochromatic Colors of #FF9958
Black with #FF9958
Text Example
Text Example
White with #FF9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9958; }
p { color: rgb(255,153,88); }
H1.HeaderClassName
{
color: #FF9958;
}
.AnyTagClassName
{
color: #FF9958;
}
</style>
background-color css
<style>
a { background-color: #FF9958; }
a { background-color: rgb(255,153,88); }
div.DivClassName
{
background-color: #FF9958;
}
.BgClassName
{
background-color: #FF9958;
}
</style>
border-color css
<style>
span { border-color: #FF9958; }
span { border-color: rgb(255,153,88); }
td.TdClassName
{
border-color: #FF9958;
}
.TagClassName
{
border-color: #FF9958;
}
</style>