Shades of Atomic Tangerine #FF9A6B
Tints of Atomic Tangerine #FF9A6B
RGB
CMYK
RGB Variations
Color information
#FF9A6B (or 0xFF9A6B) is known color: Atomic Tangerine. HEX triplet: FF, 9A and 6B. RGB value is (255,154,107). Sum of RGB (Red+Green+Blue) = 255+154+107=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A6B is #006594. Grayscale: #B3B3B3. Windows color (decimal): -26005 or 7052031. OLE color: 7052031.
HSL color Cylindrical-coordinate representation of color #FF9A6B: hue angle of 19.05º 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 #FF9A6B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 107 | - |
| CMYK | 0 | 0.40 | 0.58 | 0 |
| HSL | 19.05º | 1% | 0.71% | - |
| HSV(B) | 19.05º | 0.58% | 1% | - |
| XYZ | 55.45 | 45.43 | 19.76 | - |
| YUV | 178.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 107 | 0 | 0.40 | 0.58 | 0 | 19.05 | 1 | 0.71 |
| Hex | FF | 9A | 6B | 0 | 28 | 3A | 0 | 13 | 64 | 47 |
| Octal | 377 | 232 | 153 | 0 | 50 | 72 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011010 | 1101011 | 0 | 101000 | 111010 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF9A6B
Complementary color
Monochromatic Colors of #FF9A6B
Black with #FF9A6B
Text Example
Text Example
White with #FF9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A6B; }
p { color: rgb(255,154,107); }
H1.HeaderClassName
{
color: #FF9A6B;
}
.AnyTagClassName
{
color: #FF9A6B;
}
</style>
background-color css
<style>
a { background-color: #FF9A6B; }
a { background-color: rgb(255,154,107); }
div.DivClassName
{
background-color: #FF9A6B;
}
.BgClassName
{
background-color: #FF9A6B;
}
</style>
border-color css
<style>
span { border-color: #FF9A6B; }
span { border-color: rgb(255,154,107); }
td.TdClassName
{
border-color: #FF9A6B;
}
.TagClassName
{
border-color: #FF9A6B;
}
</style>