Shades of Vivid Tangerine #FDA186
Tints of Vivid Tangerine #FDA186
RGB
CMYK
RGB Variations
Color information
#FDA186 (or 0xFDA186) is known color: Vivid Tangerine. HEX triplet: FD, A1 and 86. RGB value is (253,161,134). Sum of RGB (Red+Green+Blue) = 253+161+134=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA186 is #025E79. Grayscale: #B9B9B9. Windows color (decimal): -155258 or 8823293. OLE color: 8823293.
HSL color Cylindrical-coordinate representation of color #FDA186: hue angle of 13.61º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA186 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 134 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.01 |
| HSL | 13.61º | 0.97% | 0.76% | - |
| HSV(B) | 13.61º | 0.47% | 0.99% | - |
| XYZ | 57.56 | 48.09 | 28.8 | - |
| YUV | 185.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 134 | 0 | 0.36 | 0.47 | 0.01 | 13.61 | 0.97 | 0.76 |
| Hex | FD | A1 | 86 | 0 | 24 | 2F | 1 | E | 61 | 4C |
| Octal | 375 | 241 | 206 | 0 | 44 | 57 | 1 | 16 | 141 | 114 |
| Binary | 11111101 | 10100001 | 10000110 | 0 | 100100 | 101111 | 1 | 1110 | 1100001 | 1001100 |
Color Harmonies of #FDA186
Complementary color
Monochromatic Colors of #FDA186
Black with #FDA186
Text Example
Text Example
White with #FDA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA186; }
p { color: rgb(253,161,134); }
H1.HeaderClassName
{
color: #FDA186;
}
.AnyTagClassName
{
color: #FDA186;
}
</style>
background-color css
<style>
a { background-color: #FDA186; }
a { background-color: rgb(253,161,134); }
div.DivClassName
{
background-color: #FDA186;
}
.BgClassName
{
background-color: #FDA186;
}
</style>
border-color css
<style>
span { border-color: #FDA186; }
span { border-color: rgb(253,161,134); }
td.TdClassName
{
border-color: #FDA186;
}
.TagClassName
{
border-color: #FDA186;
}
</style>