Shades of Vis Vis #FDE588
Tints of Vis Vis #FDE588
RGB
CMYK
RGB Variations
Color information
#FDE588 (or 0xFDE588) is known color: Vis Vis. HEX triplet: FD, E5 and 88. RGB value is (253,229,136). Sum of RGB (Red+Green+Blue) = 253+229+136=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 136 (53.52% from 255 or 22.01% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE588 is #021A77. Grayscale: #E1E1E1. Windows color (decimal): -137848 or 8971773. OLE color: 8971773.
HSL color Cylindrical-coordinate representation of color #FDE588: hue angle of 47.69º 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 #FDE588 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 136 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.01 |
| HSL | 47.69º | 0.97% | 0.76% | - |
| HSV(B) | 47.69º | 0.46% | 0.99% | - |
| XYZ | 72.97 | 78.7 | 34.64 | - |
| YUV | 225.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 136 | 0 | 0.09 | 0.46 | 0.01 | 47.69 | 0.97 | 0.76 |
| Hex | FD | E5 | 88 | 0 | 9 | 2E | 1 | 30 | 61 | 4C |
| Octal | 375 | 345 | 210 | 0 | 11 | 56 | 1 | 60 | 141 | 114 |
| Binary | 11111101 | 11100101 | 10001000 | 0 | 1001 | 101110 | 1 | 110000 | 1100001 | 1001100 |
Color Harmonies of #FDE588
Complementary color
Monochromatic Colors of #FDE588
Black with #FDE588
Text Example
Text Example
White with #FDE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE588; }
p { color: rgb(253,229,136); }
H1.HeaderClassName
{
color: #FDE588;
}
.AnyTagClassName
{
color: #FDE588;
}
</style>
background-color css
<style>
a { background-color: #FDE588; }
a { background-color: rgb(253,229,136); }
div.DivClassName
{
background-color: #FDE588;
}
.BgClassName
{
background-color: #FDE588;
}
</style>
border-color css
<style>
span { border-color: #FDE588; }
span { border-color: rgb(253,229,136); }
td.TdClassName
{
border-color: #FDE588;
}
.TagClassName
{
border-color: #FDE588;
}
</style>