Shades of Vivid Tangerine #FDA288
Tints of Vivid Tangerine #FDA288
RGB
CMYK
RGB Variations
Color information
#FDA288 (or 0xFDA288) is known color: Vivid Tangerine. HEX triplet: FD, A2 and 88. RGB value is (253,162,136). Sum of RGB (Red+Green+Blue) = 253+162+136=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA288 is #025D77. Grayscale: #BABABA. Windows color (decimal): -155000 or 8954621. OLE color: 8954621.
HSL color Cylindrical-coordinate representation of color #FDA288: hue angle of 13.33º 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 #FDA288 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 136 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.01 |
| HSL | 13.33º | 0.97% | 0.76% | - |
| HSV(B) | 13.33º | 0.46% | 0.99% | - |
| XYZ | 57.87 | 48.5 | 29.6 | - |
| YUV | 186.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 136 | 0 | 0.36 | 0.46 | 0.01 | 13.33 | 0.97 | 0.76 |
| Hex | FD | A2 | 88 | 0 | 24 | 2E | 1 | D | 61 | 4C |
| Octal | 375 | 242 | 210 | 0 | 44 | 56 | 1 | 15 | 141 | 114 |
| Binary | 11111101 | 10100010 | 10001000 | 0 | 100100 | 101110 | 1 | 1101 | 1100001 | 1001100 |
Color Harmonies of #FDA288
Complementary color
Monochromatic Colors of #FDA288
Black with #FDA288
Text Example
Text Example
White with #FDA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA288; }
p { color: rgb(253,162,136); }
H1.HeaderClassName
{
color: #FDA288;
}
.AnyTagClassName
{
color: #FDA288;
}
</style>
background-color css
<style>
a { background-color: #FDA288; }
a { background-color: rgb(253,162,136); }
div.DivClassName
{
background-color: #FDA288;
}
.BgClassName
{
background-color: #FDA288;
}
</style>
border-color css
<style>
span { border-color: #FDA288; }
span { border-color: rgb(253,162,136); }
td.TdClassName
{
border-color: #FDA288;
}
.TagClassName
{
border-color: #FDA288;
}
</style>