Shades of Vivid Tangerine #FDA188
Tints of Vivid Tangerine #FDA188
RGB
CMYK
RGB Variations
Color information
#FDA188 (or 0xFDA188) is known color: Vivid Tangerine. HEX triplet: FD, A1 and 88. RGB value is (253,161,136). Sum of RGB (Red+Green+Blue) = 253+161+136=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA188 is #025E77. Grayscale: #B9B9B9. Windows color (decimal): -155256 or 8954365. OLE color: 8954365.
HSL color Cylindrical-coordinate representation of color #FDA188: hue angle of 12.82º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDA188 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 136 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.01 |
| HSL | 12.82º | 0.97% | 0.76% | - |
| HSV(B) | 12.82º | 0.46% | 0.99% | - |
| XYZ | 57.7 | 48.15 | 29.55 | - |
| YUV | 185.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 136 | 0 | 0.36 | 0.46 | 0.01 | 12.82 | 0.97 | 0.76 |
| Hex | FD | A1 | 88 | 0 | 24 | 2E | 1 | D | 61 | 4C |
| Octal | 375 | 241 | 210 | 0 | 44 | 56 | 1 | 15 | 141 | 114 |
| Binary | 11111101 | 10100001 | 10001000 | 0 | 100100 | 101110 | 1 | 1101 | 1100001 | 1001100 |
Color Harmonies of #FDA188
Complementary color
Monochromatic Colors of #FDA188
Black with #FDA188
Text Example
Text Example
White with #FDA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA188; }
p { color: rgb(253,161,136); }
H1.HeaderClassName
{
color: #FDA188;
}
.AnyTagClassName
{
color: #FDA188;
}
</style>
background-color css
<style>
a { background-color: #FDA188; }
a { background-color: rgb(253,161,136); }
div.DivClassName
{
background-color: #FDA188;
}
.BgClassName
{
background-color: #FDA188;
}
</style>
border-color css
<style>
span { border-color: #FDA188; }
span { border-color: rgb(253,161,136); }
td.TdClassName
{
border-color: #FDA188;
}
.TagClassName
{
border-color: #FDA188;
}
</style>