Shades of Vis Vis #FDE589
Tints of Vis Vis #FDE589
RGB
CMYK
RGB Variations
Color information
#FDE589 (or 0xFDE589) is known color: Vis Vis. HEX triplet: FD, E5 and 89. RGB value is (253,229,137). Sum of RGB (Red+Green+Blue) = 253+229+137=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 137 (53.91% from 255 or 22.13% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE589 is #021A76. Grayscale: #E2E2E2. Windows color (decimal): -137847 or 9037309. OLE color: 9037309.
HSL color Cylindrical-coordinate representation of color #FDE589: hue angle of 47.59º 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 #FDE589 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 137 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.01 |
| HSL | 47.59º | 0.97% | 0.76% | - |
| HSV(B) | 47.59º | 0.46% | 0.99% | - |
| XYZ | 73.04 | 78.73 | 35.01 | - |
| YUV | 225.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 137 | 0 | 0.09 | 0.46 | 0.01 | 47.59 | 0.97 | 0.76 |
| Hex | FD | E5 | 89 | 0 | 9 | 2E | 1 | 30 | 61 | 4C |
| Octal | 375 | 345 | 211 | 0 | 11 | 56 | 1 | 60 | 141 | 114 |
| Binary | 11111101 | 11100101 | 10001001 | 0 | 1001 | 101110 | 1 | 110000 | 1100001 | 1001100 |
Color Harmonies of #FDE589
Complementary color
Monochromatic Colors of #FDE589
Black with #FDE589
Text Example
Text Example
White with #FDE589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE589; }
p { color: rgb(253,229,137); }
H1.HeaderClassName
{
color: #FDE589;
}
.AnyTagClassName
{
color: #FDE589;
}
</style>
background-color css
<style>
a { background-color: #FDE589; }
a { background-color: rgb(253,229,137); }
div.DivClassName
{
background-color: #FDE589;
}
.BgClassName
{
background-color: #FDE589;
}
</style>
border-color css
<style>
span { border-color: #FDE589; }
span { border-color: rgb(253,229,137); }
td.TdClassName
{
border-color: #FDE589;
}
.TagClassName
{
border-color: #FDE589;
}
</style>