Shades of Vivid Tangerine #FFA78A
Tints of Vivid Tangerine #FFA78A
RGB
CMYK
RGB Variations
Color information
#FFA78A (or 0xFFA78A) is known color: Vivid Tangerine. HEX triplet: FF, A7 and 8A. RGB value is (255,167,138). Sum of RGB (Red+Green+Blue) = 255+167+138=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA78A is #005875. Grayscale: #BEBEBE. Windows color (decimal): -22646 or 9086975. OLE color: 9086975.
HSL color Cylindrical-coordinate representation of color #FFA78A: hue angle of 14.87º 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 #FFA78A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 138 | - |
| CMYK | 0 | 0.35 | 0.46 | 0 |
| HSL | 14.87º | 1% | 0.77% | - |
| HSV(B) | 14.87º | 0.46% | 1% | - |
| XYZ | 59.65 | 50.73 | 30.69 | - |
| YUV | 190.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 138 | 0 | 0.35 | 0.46 | 0 | 14.87 | 1 | 0.77 |
| Hex | FF | A7 | 8A | 0 | 23 | 2E | 0 | F | 64 | 4D |
| Octal | 377 | 247 | 212 | 0 | 43 | 56 | 0 | 17 | 144 | 115 |
| Binary | 11111111 | 10100111 | 10001010 | 0 | 100011 | 101110 | 0 | 1111 | 1100100 | 1001101 |
Color Harmonies of #FFA78A
Complementary color
Monochromatic Colors of #FFA78A
Black with #FFA78A
Text Example
Text Example
White with #FFA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA78A; }
p { color: rgb(255,167,138); }
H1.HeaderClassName
{
color: #FFA78A;
}
.AnyTagClassName
{
color: #FFA78A;
}
</style>
background-color css
<style>
a { background-color: #FFA78A; }
a { background-color: rgb(255,167,138); }
div.DivClassName
{
background-color: #FFA78A;
}
.BgClassName
{
background-color: #FFA78A;
}
</style>
border-color css
<style>
span { border-color: #FFA78A; }
span { border-color: rgb(255,167,138); }
td.TdClassName
{
border-color: #FFA78A;
}
.TagClassName
{
border-color: #FFA78A;
}
</style>