Shades of Atomic Tangerine #FF9E68
Tints of Atomic Tangerine #FF9E68
RGB
CMYK
RGB Variations
Color information
#FF9E68 (or 0xFF9E68) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 68. RGB value is (255,158,104). Sum of RGB (Red+Green+Blue) = 255+158+104=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E68 is #006197. Grayscale: #B5B5B5. Windows color (decimal): -24984 or 6856447. OLE color: 6856447.
HSL color Cylindrical-coordinate representation of color #FF9E68: hue angle of 21.46º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9E68 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 104 | - |
| CMYK | 0 | 0.38 | 0.59 | 0 |
| HSL | 21.46º | 1% | 0.7% | - |
| HSV(B) | 21.46º | 0.59% | 1% | - |
| XYZ | 55.97 | 46.71 | 19.16 | - |
| YUV | 180.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 104 | 0 | 0.38 | 0.59 | 0 | 21.46 | 1 | 0.7 |
| Hex | FF | 9E | 68 | 0 | 26 | 3B | 0 | 15 | 64 | 46 |
| Octal | 377 | 236 | 150 | 0 | 46 | 73 | 0 | 25 | 144 | 106 |
| Binary | 11111111 | 10011110 | 1101000 | 0 | 100110 | 111011 | 0 | 10101 | 1100100 | 1000110 |
Color Harmonies of #FF9E68
Complementary color
Monochromatic Colors of #FF9E68
Black with #FF9E68
Text Example
Text Example
White with #FF9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E68; }
p { color: rgb(255,158,104); }
H1.HeaderClassName
{
color: #FF9E68;
}
.AnyTagClassName
{
color: #FF9E68;
}
</style>
background-color css
<style>
a { background-color: #FF9E68; }
a { background-color: rgb(255,158,104); }
div.DivClassName
{
background-color: #FF9E68;
}
.BgClassName
{
background-color: #FF9E68;
}
</style>
border-color css
<style>
span { border-color: #FF9E68; }
span { border-color: rgb(255,158,104); }
td.TdClassName
{
border-color: #FF9E68;
}
.TagClassName
{
border-color: #FF9E68;
}
</style>