Shades of Vivid Tangerine #FDA488
Tints of Vivid Tangerine #FDA488
RGB
CMYK
RGB Variations
Color information
#FDA488 (or 0xFDA488) is known color: Vivid Tangerine. HEX triplet: FD, A4 and 88. RGB value is (253,164,136). Sum of RGB (Red+Green+Blue) = 253+164+136=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA488 is #025B77. Grayscale: #BBBBBB. Windows color (decimal): -154488 or 8955133. OLE color: 8955133.
HSL color Cylindrical-coordinate representation of color #FDA488: hue angle of 14.36º 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 #FDA488 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 136 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.01 |
| HSL | 14.36º | 0.97% | 0.76% | - |
| HSV(B) | 14.36º | 0.46% | 0.99% | - |
| XYZ | 58.23 | 49.21 | 29.72 | - |
| YUV | 187.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 136 | 0 | 0.35 | 0.46 | 0.01 | 14.36 | 0.97 | 0.76 |
| Hex | FD | A4 | 88 | 0 | 23 | 2E | 1 | E | 61 | 4C |
| Octal | 375 | 244 | 210 | 0 | 43 | 56 | 1 | 16 | 141 | 114 |
| Binary | 11111101 | 10100100 | 10001000 | 0 | 100011 | 101110 | 1 | 1110 | 1100001 | 1001100 |
Color Harmonies of #FDA488
Complementary color
Monochromatic Colors of #FDA488
Black with #FDA488
Text Example
Text Example
White with #FDA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA488; }
p { color: rgb(253,164,136); }
H1.HeaderClassName
{
color: #FDA488;
}
.AnyTagClassName
{
color: #FDA488;
}
</style>
background-color css
<style>
a { background-color: #FDA488; }
a { background-color: rgb(253,164,136); }
div.DivClassName
{
background-color: #FDA488;
}
.BgClassName
{
background-color: #FDA488;
}
</style>
border-color css
<style>
span { border-color: #FDA488; }
span { border-color: rgb(253,164,136); }
td.TdClassName
{
border-color: #FDA488;
}
.TagClassName
{
border-color: #FDA488;
}
</style>