Shades of Vis Vis #FDE590
Tints of Vis Vis #FDE590
RGB
CMYK
RGB Variations
Color information
#FDE590 (or 0xFDE590) is known color: Vis Vis. HEX triplet: FD, E5 and 90. RGB value is (253,229,144). Sum of RGB (Red+Green+Blue) = 253+229+144=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE590 is #021A6F. Grayscale: #E2E2E2. Windows color (decimal): -137840 or 9496061. OLE color: 9496061.
HSL color Cylindrical-coordinate representation of color #FDE590: hue angle of 46.79º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE590 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 144 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.01 |
| HSL | 46.79º | 0.96% | 0.78% | - |
| HSV(B) | 46.79º | 0.43% | 0.99% | - |
| XYZ | 73.56 | 78.93 | 37.74 | - |
| YUV | 226.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 144 | 0 | 0.09 | 0.43 | 0.01 | 46.79 | 0.96 | 0.78 |
| Hex | FD | E5 | 90 | 0 | 9 | 2B | 1 | 2F | 60 | 4E |
| Octal | 375 | 345 | 220 | 0 | 11 | 53 | 1 | 57 | 140 | 116 |
| Binary | 11111101 | 11100101 | 10010000 | 0 | 1001 | 101011 | 1 | 101111 | 1100000 | 1001110 |
Color Harmonies of #FDE590
Complementary color
Monochromatic Colors of #FDE590
Black with #FDE590
Text Example
Text Example
White with #FDE590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE590; }
p { color: rgb(253,229,144); }
H1.HeaderClassName
{
color: #FDE590;
}
.AnyTagClassName
{
color: #FDE590;
}
</style>
background-color css
<style>
a { background-color: #FDE590; }
a { background-color: rgb(253,229,144); }
div.DivClassName
{
background-color: #FDE590;
}
.BgClassName
{
background-color: #FDE590;
}
</style>
border-color css
<style>
span { border-color: #FDE590; }
span { border-color: rgb(253,229,144); }
td.TdClassName
{
border-color: #FDE590;
}
.TagClassName
{
border-color: #FDE590;
}
</style>