Shades of Atomic Tangerine #FF9865
Tints of Atomic Tangerine #FF9865
RGB
CMYK
RGB Variations
Color information
#FF9865 (or 0xFF9865) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 65. RGB value is (255,152,101). Sum of RGB (Red+Green+Blue) = 255+152+101=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9865 is #00679A. Grayscale: #B1B1B1. Windows color (decimal): -26523 or 6658303. OLE color: 6658303.
HSL color Cylindrical-coordinate representation of color #FF9865: hue angle of 19.87º 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 #FF9865 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 101 | - |
| CMYK | 0 | 0.40 | 0.60 | 0 |
| HSL | 19.87º | 1% | 0.7% | - |
| HSV(B) | 19.87º | 0.6% | 1% | - |
| XYZ | 54.82 | 44.66 | 18.04 | - |
| YUV | 176.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 101 | 0 | 0.40 | 0.60 | 0 | 19.87 | 1 | 0.7 |
| Hex | FF | 98 | 65 | 0 | 28 | 3C | 0 | 14 | 64 | 46 |
| Octal | 377 | 230 | 145 | 0 | 50 | 74 | 0 | 24 | 144 | 106 |
| Binary | 11111111 | 10011000 | 1100101 | 0 | 101000 | 111100 | 0 | 10100 | 1100100 | 1000110 |
Color Harmonies of #FF9865
Complementary color
Monochromatic Colors of #FF9865
Black with #FF9865
Text Example
Text Example
White with #FF9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9865; }
p { color: rgb(255,152,101); }
H1.HeaderClassName
{
color: #FF9865;
}
.AnyTagClassName
{
color: #FF9865;
}
</style>
background-color css
<style>
a { background-color: #FF9865; }
a { background-color: rgb(255,152,101); }
div.DivClassName
{
background-color: #FF9865;
}
.BgClassName
{
background-color: #FF9865;
}
</style>
border-color css
<style>
span { border-color: #FF9865; }
span { border-color: rgb(255,152,101); }
td.TdClassName
{
border-color: #FF9865;
}
.TagClassName
{
border-color: #FF9865;
}
</style>