Shades of Atomic Tangerine #FF9F6A
Tints of Atomic Tangerine #FF9F6A
RGB
CMYK
RGB Variations
Color information
#FF9F6A (or 0xFF9F6A) is known color: Atomic Tangerine. HEX triplet: FF, 9F and 6A. RGB value is (255,159,106). Sum of RGB (Red+Green+Blue) = 255+159+106=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6A is #006095. Grayscale: #B5B5B5. Windows color (decimal): -24726 or 6987775. OLE color: 6987775.
HSL color Cylindrical-coordinate representation of color #FF9F6A: hue angle of 21.34º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF9F6A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 106 | - |
| CMYK | 0 | 0.38 | 0.58 | 0 |
| HSL | 21.34º | 1% | 0.71% | - |
| HSV(B) | 21.34º | 0.58% | 1% | - |
| XYZ | 56.24 | 47.1 | 19.76 | - |
| YUV | 181.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 106 | 0 | 0.38 | 0.58 | 0 | 21.34 | 1 | 0.71 |
| Hex | FF | 9F | 6A | 0 | 26 | 3A | 0 | 15 | 64 | 47 |
| Octal | 377 | 237 | 152 | 0 | 46 | 72 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10011111 | 1101010 | 0 | 100110 | 111010 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FF9F6A
Complementary color
Monochromatic Colors of #FF9F6A
Black with #FF9F6A
Text Example
Text Example
White with #FF9F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F6A; }
p { color: rgb(255,159,106); }
H1.HeaderClassName
{
color: #FF9F6A;
}
.AnyTagClassName
{
color: #FF9F6A;
}
</style>
background-color css
<style>
a { background-color: #FF9F6A; }
a { background-color: rgb(255,159,106); }
div.DivClassName
{
background-color: #FF9F6A;
}
.BgClassName
{
background-color: #FF9F6A;
}
</style>
border-color css
<style>
span { border-color: #FF9F6A; }
span { border-color: rgb(255,159,106); }
td.TdClassName
{
border-color: #FF9F6A;
}
.TagClassName
{
border-color: #FF9F6A;
}
</style>