Shades of Atomic Tangerine #FF9D59
Tints of Atomic Tangerine #FF9D59
RGB
CMYK
RGB Variations
Color information
#FF9D59 (or 0xFF9D59) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 59. RGB value is (255,157,89). Sum of RGB (Red+Green+Blue) = 255+157+89=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D59 is #0062A6. Grayscale: #B2B2B2. Windows color (decimal): -25255 or 5873151. OLE color: 5873151.
HSL color Cylindrical-coordinate representation of color #FF9D59: hue angle of 24.58º 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 #FF9D59 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 89 | - |
| CMYK | 0 | 0.38 | 0.65 | 0 |
| HSL | 24.58º | 1% | 0.67% | - |
| HSV(B) | 24.58º | 0.65% | 1% | - |
| XYZ | 55.1 | 46.1 | 15.44 | - |
| YUV | 178.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 89 | 0 | 0.38 | 0.65 | 0 | 24.58 | 1 | 0.67 |
| Hex | FF | 9D | 59 | 0 | 26 | 41 | 0 | 19 | 64 | 43 |
| Octal | 377 | 235 | 131 | 0 | 46 | 101 | 0 | 31 | 144 | 103 |
| Binary | 11111111 | 10011101 | 1011001 | 0 | 100110 | 1000001 | 0 | 11001 | 1100100 | 1000011 |
Color Harmonies of #FF9D59
Complementary color
Monochromatic Colors of #FF9D59
Black with #FF9D59
Text Example
Text Example
White with #FF9D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D59; }
p { color: rgb(255,157,89); }
H1.HeaderClassName
{
color: #FF9D59;
}
.AnyTagClassName
{
color: #FF9D59;
}
</style>
background-color css
<style>
a { background-color: #FF9D59; }
a { background-color: rgb(255,157,89); }
div.DivClassName
{
background-color: #FF9D59;
}
.BgClassName
{
background-color: #FF9D59;
}
</style>
border-color css
<style>
span { border-color: #FF9D59; }
span { border-color: rgb(255,157,89); }
td.TdClassName
{
border-color: #FF9D59;
}
.TagClassName
{
border-color: #FF9D59;
}
</style>