Shades of Atomic Tangerine #FF9A6F
Tints of Atomic Tangerine #FF9A6F
RGB
CMYK
RGB Variations
Color information
#FF9A6F (or 0xFF9A6F) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 6F. RGB value is (255,154,111). Sum of RGB (Red+Green+Blue) = 255+154+111=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A6F is #006590. Grayscale: #B3B3B3. Windows color (decimal): -26001 or 7314175. OLE color: 7314175.
HSL color Cylindrical-coordinate representation of color #FF9A6F: hue angle of 17.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF9A6F is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 111 | - |
| CMYK | 0 | 0.40 | 0.56 | 0 |
| HSL | 17.92º | 1% | 0.72% | - |
| HSV(B) | 17.92º | 0.56% | 1% | - |
| XYZ | 55.66 | 45.52 | 20.89 | - |
| YUV | 179.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 111 | 0 | 0.40 | 0.56 | 0 | 17.92 | 1 | 0.72 |
| Hex | FF | 9A | 6F | 0 | 28 | 38 | 0 | 12 | 64 | 48 |
| Octal | 377 | 232 | 157 | 0 | 50 | 70 | 0 | 22 | 144 | 110 |
| Binary | 11111111 | 10011010 | 1101111 | 0 | 101000 | 111000 | 0 | 10010 | 1100100 | 1001000 |
Color Harmonies of #FF9A6F
Complementary color
Monochromatic Colors of #FF9A6F
Black with #FF9A6F
Text Example
Text Example
White with #FF9A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A6F; }
p { color: rgb(255,154,111); }
H1.HeaderClassName
{
color: #FF9A6F;
}
.AnyTagClassName
{
color: #FF9A6F;
}
</style>
background-color css
<style>
a { background-color: #FF9A6F; }
a { background-color: rgb(255,154,111); }
div.DivClassName
{
background-color: #FF9A6F;
}
.BgClassName
{
background-color: #FF9A6F;
}
</style>
border-color css
<style>
span { border-color: #FF9A6F; }
span { border-color: rgb(255,154,111); }
td.TdClassName
{
border-color: #FF9A6F;
}
.TagClassName
{
border-color: #FF9A6F;
}
</style>