Shades of Atomic Tangerine #FF9A6A
Tints of Atomic Tangerine #FF9A6A
RGB
CMYK
RGB Variations
Color information
#FF9A6A (or 0xFF9A6A) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 6A. RGB value is (255,154,106). Sum of RGB (Red+Green+Blue) = 255+154+106=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A6A is #006595. Grayscale: #B3B3B3. Windows color (decimal): -26006 or 6986495. OLE color: 6986495.
HSL color Cylindrical-coordinate representation of color #FF9A6A: hue angle of 19.33º 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 #FF9A6A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 106 | - |
| CMYK | 0 | 0.40 | 0.58 | 0 |
| HSL | 19.33º | 1% | 0.71% | - |
| HSV(B) | 19.33º | 0.58% | 1% | - |
| XYZ | 55.4 | 45.41 | 19.48 | - |
| YUV | 178.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 106 | 0 | 0.40 | 0.58 | 0 | 19.33 | 1 | 0.71 |
| Hex | FF | 9A | 6A | 0 | 28 | 3A | 0 | 13 | 64 | 47 |
| Octal | 377 | 232 | 152 | 0 | 50 | 72 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011010 | 1101010 | 0 | 101000 | 111010 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF9A6A
Complementary color
Monochromatic Colors of #FF9A6A
Black with #FF9A6A
Text Example
Text Example
White with #FF9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A6A; }
p { color: rgb(255,154,106); }
H1.HeaderClassName
{
color: #FF9A6A;
}
.AnyTagClassName
{
color: #FF9A6A;
}
</style>
background-color css
<style>
a { background-color: #FF9A6A; }
a { background-color: rgb(255,154,106); }
div.DivClassName
{
background-color: #FF9A6A;
}
.BgClassName
{
background-color: #FF9A6A;
}
</style>
border-color css
<style>
span { border-color: #FF9A6A; }
span { border-color: rgb(255,154,106); }
td.TdClassName
{
border-color: #FF9A6A;
}
.TagClassName
{
border-color: #FF9A6A;
}
</style>