Shades of Vis Vis #FDE78A
Tints of Vis Vis #FDE78A
RGB
CMYK
RGB Variations
Color information
#FDE78A (or 0xFDE78A) is known color: Vis Vis. HEX triplet: FD, E7 and 8A. RGB value is (253,231,138). Sum of RGB (Red+Green+Blue) = 253+231+138=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 138 (54.30% from 255 or 22.19% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE78A is #021875. Grayscale: #E3E3E3. Windows color (decimal): -137334 or 9103357. OLE color: 9103357.
HSL color Cylindrical-coordinate representation of color #FDE78A: hue angle of 48.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE78A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 138 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.01 |
| HSL | 48.52º | 0.97% | 0.77% | - |
| HSV(B) | 48.52º | 0.45% | 0.99% | - |
| XYZ | 73.67 | 79.87 | 35.58 | - |
| YUV | 226.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 138 | 0 | 0.09 | 0.45 | 0.01 | 48.52 | 0.97 | 0.77 |
| Hex | FD | E7 | 8A | 0 | 9 | 2D | 1 | 31 | 61 | 4D |
| Octal | 375 | 347 | 212 | 0 | 11 | 55 | 1 | 61 | 141 | 115 |
| Binary | 11111101 | 11100111 | 10001010 | 0 | 1001 | 101101 | 1 | 110001 | 1100001 | 1001101 |
Color Harmonies of #FDE78A
Complementary color
Monochromatic Colors of #FDE78A
Black with #FDE78A
Text Example
Text Example
White with #FDE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE78A; }
p { color: rgb(253,231,138); }
H1.HeaderClassName
{
color: #FDE78A;
}
.AnyTagClassName
{
color: #FDE78A;
}
</style>
background-color css
<style>
a { background-color: #FDE78A; }
a { background-color: rgb(253,231,138); }
div.DivClassName
{
background-color: #FDE78A;
}
.BgClassName
{
background-color: #FDE78A;
}
</style>
border-color css
<style>
span { border-color: #FDE78A; }
span { border-color: rgb(253,231,138); }
td.TdClassName
{
border-color: #FDE78A;
}
.TagClassName
{
border-color: #FDE78A;
}
</style>