Shades of Atomic Tangerine #FF9964
Tints of Atomic Tangerine #FF9964
RGB
CMYK
RGB Variations
Color information
#FF9964 (or 0xFF9964) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 64. RGB value is (255,153,100). Sum of RGB (Red+Green+Blue) = 255+153+100=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9964 is #00669B. Grayscale: #B1B1B1. Windows color (decimal): -26268 or 6593023. OLE color: 6593023.
HSL color Cylindrical-coordinate representation of color #FF9964: hue angle of 20.52º 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 #FF9964 is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 100 | - |
| CMYK | 0 | 0.4 | 0.61 | 0 |
| HSL | 20.52º | 1% | 0.7% | - |
| HSV(B) | 20.52º | 0.61% | 1% | - |
| XYZ | 54.93 | 44.96 | 17.84 | - |
| YUV | 177.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 100 | 0 | 0.4 | 0.61 | 0 | 20.52 | 1 | 0.7 |
| Hex | FF | 99 | 64 | 0 | 28 | 3D | 0 | 15 | 64 | 46 |
| Octal | 377 | 231 | 144 | 0 | 50 | 75 | 0 | 25 | 144 | 106 |
| Binary | 11111111 | 10011001 | 1100100 | 0 | 101000 | 111101 | 0 | 10101 | 1100100 | 1000110 |
Color Harmonies of #FF9964
Complementary color
Monochromatic Colors of #FF9964
Black with #FF9964
Text Example
Text Example
White with #FF9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9964; }
p { color: rgb(255,153,100); }
H1.HeaderClassName
{
color: #FF9964;
}
.AnyTagClassName
{
color: #FF9964;
}
</style>
background-color css
<style>
a { background-color: #FF9964; }
a { background-color: rgb(255,153,100); }
div.DivClassName
{
background-color: #FF9964;
}
.BgClassName
{
background-color: #FF9964;
}
</style>
border-color css
<style>
span { border-color: #FF9964; }
span { border-color: rgb(255,153,100); }
td.TdClassName
{
border-color: #FF9964;
}
.TagClassName
{
border-color: #FF9964;
}
</style>