Shades of Atomic Tangerine #FF9E64
Tints of Atomic Tangerine #FF9E64
RGB
CMYK
RGB Variations
Color information
#FF9E64 (or 0xFF9E64) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 64. RGB value is (255,158,100). Sum of RGB (Red+Green+Blue) = 255+158+100=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E64 is #00619B. Grayscale: #B4B4B4. Windows color (decimal): -24988 or 6594303. OLE color: 6594303.
HSL color Cylindrical-coordinate representation of color #FF9E64: hue angle of 22.45º 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 #FF9E64 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 100 | - |
| CMYK | 0 | 0.38 | 0.61 | 0 |
| HSL | 22.45º | 1% | 0.7% | - |
| HSV(B) | 22.45º | 0.61% | 1% | - |
| XYZ | 55.77 | 46.63 | 18.12 | - |
| YUV | 180.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 100 | 0 | 0.38 | 0.61 | 0 | 22.45 | 1 | 0.7 |
| Hex | FF | 9E | 64 | 0 | 26 | 3D | 0 | 16 | 64 | 46 |
| Octal | 377 | 236 | 144 | 0 | 46 | 75 | 0 | 26 | 144 | 106 |
| Binary | 11111111 | 10011110 | 1100100 | 0 | 100110 | 111101 | 0 | 10110 | 1100100 | 1000110 |
Color Harmonies of #FF9E64
Complementary color
Monochromatic Colors of #FF9E64
Black with #FF9E64
Text Example
Text Example
White with #FF9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E64; }
p { color: rgb(255,158,100); }
H1.HeaderClassName
{
color: #FF9E64;
}
.AnyTagClassName
{
color: #FF9E64;
}
</style>
background-color css
<style>
a { background-color: #FF9E64; }
a { background-color: rgb(255,158,100); }
div.DivClassName
{
background-color: #FF9E64;
}
.BgClassName
{
background-color: #FF9E64;
}
</style>
border-color css
<style>
span { border-color: #FF9E64; }
span { border-color: rgb(255,158,100); }
td.TdClassName
{
border-color: #FF9E64;
}
.TagClassName
{
border-color: #FF9E64;
}
</style>