Shades of Vivid Tangerine #FFA68A
Tints of Vivid Tangerine #FFA68A
RGB
CMYK
RGB Variations
Color information
#FFA68A (or 0xFFA68A) is known color: Vivid Tangerine. HEX triplet: FF, A6 and 8A. RGB value is (255,166,138). Sum of RGB (Red+Green+Blue) = 255+166+138=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA68A is #005975. Grayscale: #BDBDBD. Windows color (decimal): -22902 or 9086719. OLE color: 9086719.
HSL color Cylindrical-coordinate representation of color #FFA68A: hue angle of 14.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA68A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 138 | - |
| CMYK | 0 | 0.35 | 0.46 | 0 |
| HSL | 14.36º | 1% | 0.77% | - |
| HSV(B) | 14.36º | 0.46% | 1% | - |
| XYZ | 59.46 | 50.37 | 30.63 | - |
| YUV | 189.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 138 | 0 | 0.35 | 0.46 | 0 | 14.36 | 1 | 0.77 |
| Hex | FF | A6 | 8A | 0 | 23 | 2E | 0 | E | 64 | 4D |
| Octal | 377 | 246 | 212 | 0 | 43 | 56 | 0 | 16 | 144 | 115 |
| Binary | 11111111 | 10100110 | 10001010 | 0 | 100011 | 101110 | 0 | 1110 | 1100100 | 1001101 |
Color Harmonies of #FFA68A
Complementary color
Monochromatic Colors of #FFA68A
Black with #FFA68A
Text Example
Text Example
White with #FFA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA68A; }
p { color: rgb(255,166,138); }
H1.HeaderClassName
{
color: #FFA68A;
}
.AnyTagClassName
{
color: #FFA68A;
}
</style>
background-color css
<style>
a { background-color: #FFA68A; }
a { background-color: rgb(255,166,138); }
div.DivClassName
{
background-color: #FFA68A;
}
.BgClassName
{
background-color: #FFA68A;
}
</style>
border-color css
<style>
span { border-color: #FFA68A; }
span { border-color: rgb(255,166,138); }
td.TdClassName
{
border-color: #FFA68A;
}
.TagClassName
{
border-color: #FFA68A;
}
</style>