Shades of Vis Vis #FDE799
Tints of Vis Vis #FDE799
RGB
CMYK
RGB Variations
Color information
#FDE799 (or 0xFDE799) is known color: Vis Vis. HEX triplet: FD, E7 and 99. RGB value is (253,231,153). Sum of RGB (Red+Green+Blue) = 253+231+153=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 153 (60.16% from 255 or 24.02% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE799 is #021866. Grayscale: #E5E5E5. Windows color (decimal): -137319 or 10086397. OLE color: 10086397.
HSL color Cylindrical-coordinate representation of color #FDE799: hue angle of 46.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDE799 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 153 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.01 |
| HSL | 46.8º | 0.96% | 0.8% | - |
| HSV(B) | 46.8º | 0.4% | 0.99% | - |
| XYZ | 74.83 | 80.33 | 41.7 | - |
| YUV | 228.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 153 | 0 | 0.09 | 0.40 | 0.01 | 46.8 | 0.96 | 0.8 |
| Hex | FD | E7 | 99 | 0 | 9 | 28 | 1 | 2F | 60 | 50 |
| Octal | 375 | 347 | 231 | 0 | 11 | 50 | 1 | 57 | 140 | 120 |
| Binary | 11111101 | 11100111 | 10011001 | 0 | 1001 | 101000 | 1 | 101111 | 1100000 | 1010000 |
Color Harmonies of #FDE799
Complementary color
Monochromatic Colors of #FDE799
Black with #FDE799
Text Example
Text Example
White with #FDE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE799; }
p { color: rgb(253,231,153); }
H1.HeaderClassName
{
color: #FDE799;
}
.AnyTagClassName
{
color: #FDE799;
}
</style>
background-color css
<style>
a { background-color: #FDE799; }
a { background-color: rgb(253,231,153); }
div.DivClassName
{
background-color: #FDE799;
}
.BgClassName
{
background-color: #FDE799;
}
</style>
border-color css
<style>
span { border-color: #FDE799; }
span { border-color: rgb(253,231,153); }
td.TdClassName
{
border-color: #FDE799;
}
.TagClassName
{
border-color: #FDE799;
}
</style>