Shades of Atomic Tangerine #FF9864
Tints of Atomic Tangerine #FF9864
RGB
CMYK
RGB Variations
Color information
#FF9864 (or 0xFF9864) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 64. RGB value is (255,152,100). Sum of RGB (Red+Green+Blue) = 255+152+100=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9864 is #00679B. Grayscale: #B1B1B1. Windows color (decimal): -26524 or 6592767. OLE color: 6592767.
HSL color Cylindrical-coordinate representation of color #FF9864: hue angle of 20.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF9864 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 100 | - |
| CMYK | 0 | 0.40 | 0.61 | 0 |
| HSL | 20.13º | 1% | 0.7% | - |
| HSV(B) | 20.13º | 0.61% | 1% | - |
| XYZ | 54.77 | 44.64 | 17.79 | - |
| YUV | 176.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 100 | 0 | 0.40 | 0.61 | 0 | 20.13 | 1 | 0.7 |
| Hex | FF | 98 | 64 | 0 | 28 | 3D | 0 | 14 | 64 | 46 |
| Octal | 377 | 230 | 144 | 0 | 50 | 75 | 0 | 24 | 144 | 106 |
| Binary | 11111111 | 10011000 | 1100100 | 0 | 101000 | 111101 | 0 | 10100 | 1100100 | 1000110 |
Color Harmonies of #FF9864
Complementary color
Monochromatic Colors of #FF9864
Black with #FF9864
Text Example
Text Example
White with #FF9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9864; }
p { color: rgb(255,152,100); }
H1.HeaderClassName
{
color: #FF9864;
}
.AnyTagClassName
{
color: #FF9864;
}
</style>
background-color css
<style>
a { background-color: #FF9864; }
a { background-color: rgb(255,152,100); }
div.DivClassName
{
background-color: #FF9864;
}
.BgClassName
{
background-color: #FF9864;
}
</style>
border-color css
<style>
span { border-color: #FF9864; }
span { border-color: rgb(255,152,100); }
td.TdClassName
{
border-color: #FF9864;
}
.TagClassName
{
border-color: #FF9864;
}
</style>