Shades of Atomic Tangerine #FF9F65
Tints of Atomic Tangerine #FF9F65
RGB
CMYK
RGB Variations
Color information
#FF9F65 (or 0xFF9F65) is known color: Atomic Tangerine. HEX triplet: FF, 9F and 65. RGB value is (255,159,101). Sum of RGB (Red+Green+Blue) = 255+159+101=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F65 is #00609A. Grayscale: #B5B5B5. Windows color (decimal): -24731 or 6660095. OLE color: 6660095.
HSL color Cylindrical-coordinate representation of color #FF9F65: hue angle of 22.6º 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 #FF9F65 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 101 | - |
| CMYK | 0 | 0.38 | 0.60 | 0 |
| HSL | 22.6º | 1% | 0.7% | - |
| HSV(B) | 22.6º | 0.6% | 1% | - |
| XYZ | 55.99 | 47 | 18.43 | - |
| YUV | 181.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 101 | 0 | 0.38 | 0.60 | 0 | 22.6 | 1 | 0.7 |
| Hex | FF | 9F | 65 | 0 | 26 | 3C | 0 | 17 | 64 | 46 |
| Octal | 377 | 237 | 145 | 0 | 46 | 74 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10011111 | 1100101 | 0 | 100110 | 111100 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FF9F65
Complementary color
Monochromatic Colors of #FF9F65
Black with #FF9F65
Text Example
Text Example
White with #FF9F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F65; }
p { color: rgb(255,159,101); }
H1.HeaderClassName
{
color: #FF9F65;
}
.AnyTagClassName
{
color: #FF9F65;
}
</style>
background-color css
<style>
a { background-color: #FF9F65; }
a { background-color: rgb(255,159,101); }
div.DivClassName
{
background-color: #FF9F65;
}
.BgClassName
{
background-color: #FF9F65;
}
</style>
border-color css
<style>
span { border-color: #FF9F65; }
span { border-color: rgb(255,159,101); }
td.TdClassName
{
border-color: #FF9F65;
}
.TagClassName
{
border-color: #FF9F65;
}
</style>