Shades of Vis Vis #FDE79A
Tints of Vis Vis #FDE79A
RGB
CMYK
RGB Variations
Color information
#FDE79A (or 0xFDE79A) is known color: Vis Vis. HEX triplet: FD, E7 and 9A. RGB value is (253,231,154). Sum of RGB (Red+Green+Blue) = 253+231+154=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 154 (60.55% from 255 or 24.14% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE79A is #021865. Grayscale: #E5E5E5. Windows color (decimal): -137318 or 10151933. OLE color: 10151933.
HSL color Cylindrical-coordinate representation of color #FDE79A: hue angle of 46.67º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDE79A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 154 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.01 |
| HSL | 46.67º | 0.96% | 0.8% | - |
| HSV(B) | 46.67º | 0.39% | 0.99% | - |
| XYZ | 74.92 | 80.37 | 42.14 | - |
| YUV | 228.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 154 | 0 | 0.09 | 0.39 | 0.01 | 46.67 | 0.96 | 0.8 |
| Hex | FD | E7 | 9A | 0 | 9 | 27 | 1 | 2F | 60 | 50 |
| Octal | 375 | 347 | 232 | 0 | 11 | 47 | 1 | 57 | 140 | 120 |
| Binary | 11111101 | 11100111 | 10011010 | 0 | 1001 | 100111 | 1 | 101111 | 1100000 | 1010000 |
Color Harmonies of #FDE79A
Complementary color
Monochromatic Colors of #FDE79A
Black with #FDE79A
Text Example
Text Example
White with #FDE79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE79A; }
p { color: rgb(253,231,154); }
H1.HeaderClassName
{
color: #FDE79A;
}
.AnyTagClassName
{
color: #FDE79A;
}
</style>
background-color css
<style>
a { background-color: #FDE79A; }
a { background-color: rgb(253,231,154); }
div.DivClassName
{
background-color: #FDE79A;
}
.BgClassName
{
background-color: #FDE79A;
}
</style>
border-color css
<style>
span { border-color: #FDE79A; }
span { border-color: rgb(253,231,154); }
td.TdClassName
{
border-color: #FDE79A;
}
.TagClassName
{
border-color: #FDE79A;
}
</style>