Shades of Atomic Tangerine #FF9A6E
Tints of Atomic Tangerine #FF9A6E
RGB
CMYK
RGB Variations
Color information
#FF9A6E (or 0xFF9A6E) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 6E. RGB value is (255,154,110). Sum of RGB (Red+Green+Blue) = 255+154+110=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A6E is #006591. Grayscale: #B3B3B3. Windows color (decimal): -26002 or 7248639. OLE color: 7248639.
HSL color Cylindrical-coordinate representation of color #FF9A6E: hue angle of 18.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF9A6E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 110 | - |
| CMYK | 0 | 0.40 | 0.57 | 0 |
| HSL | 18.21º | 1% | 0.72% | - |
| HSV(B) | 18.21º | 0.57% | 1% | - |
| XYZ | 55.61 | 45.5 | 20.6 | - |
| YUV | 179.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 110 | 0 | 0.40 | 0.57 | 0 | 18.21 | 1 | 0.72 |
| Hex | FF | 9A | 6E | 0 | 28 | 39 | 0 | 12 | 64 | 48 |
| Octal | 377 | 232 | 156 | 0 | 50 | 71 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011010 | 1101110 | 0 | 101000 | 111001 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF9A6E
Complementary color
Monochromatic Colors of #FF9A6E
Black with #FF9A6E
Text Example
Text Example
White with #FF9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A6E; }
p { color: rgb(255,154,110); }
H1.HeaderClassName
{
color: #FF9A6E;
}
.AnyTagClassName
{
color: #FF9A6E;
}
</style>
background-color css
<style>
a { background-color: #FF9A6E; }
a { background-color: rgb(255,154,110); }
div.DivClassName
{
background-color: #FF9A6E;
}
.BgClassName
{
background-color: #FF9A6E;
}
</style>
border-color css
<style>
span { border-color: #FF9A6E; }
span { border-color: rgb(255,154,110); }
td.TdClassName
{
border-color: #FF9A6E;
}
.TagClassName
{
border-color: #FF9A6E;
}
</style>