Shades of Vivid Tangerine #FDA285
Tints of Vivid Tangerine #FDA285
RGB
CMYK
RGB Variations
Color information
#FDA285 (or 0xFDA285) is known color: Vivid Tangerine. HEX triplet: FD, A2 and 85. RGB value is (253,162,133). Sum of RGB (Red+Green+Blue) = 253+162+133=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA285 is #025D7A. Grayscale: #BABABA. Windows color (decimal): -155003 or 8758013. OLE color: 8758013.
HSL color Cylindrical-coordinate representation of color #FDA285: hue angle of 14.5º 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 #FDA285 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 133 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.01 |
| HSL | 14.5º | 0.97% | 0.76% | - |
| HSV(B) | 14.5º | 0.47% | 0.99% | - |
| XYZ | 57.66 | 48.42 | 28.5 | - |
| YUV | 185.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 133 | 0 | 0.36 | 0.47 | 0.01 | 14.5 | 0.97 | 0.76 |
| Hex | FD | A2 | 85 | 0 | 24 | 2F | 1 | E | 61 | 4C |
| Octal | 375 | 242 | 205 | 0 | 44 | 57 | 1 | 16 | 141 | 114 |
| Binary | 11111101 | 10100010 | 10000101 | 0 | 100100 | 101111 | 1 | 1110 | 1100001 | 1001100 |
Color Harmonies of #FDA285
Complementary color
Monochromatic Colors of #FDA285
Black with #FDA285
Text Example
Text Example
White with #FDA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA285; }
p { color: rgb(253,162,133); }
H1.HeaderClassName
{
color: #FDA285;
}
.AnyTagClassName
{
color: #FDA285;
}
</style>
background-color css
<style>
a { background-color: #FDA285; }
a { background-color: rgb(253,162,133); }
div.DivClassName
{
background-color: #FDA285;
}
.BgClassName
{
background-color: #FDA285;
}
</style>
border-color css
<style>
span { border-color: #FDA285; }
span { border-color: rgb(253,162,133); }
td.TdClassName
{
border-color: #FDA285;
}
.TagClassName
{
border-color: #FDA285;
}
</style>