Shades of Vis Vis #FDE48A
Tints of Vis Vis #FDE48A
RGB
CMYK
RGB Variations
Color information
#FDE48A (or 0xFDE48A) is known color: Vis Vis. HEX triplet: FD, E4 and 8A. RGB value is (253,228,138). Sum of RGB (Red+Green+Blue) = 253+228+138=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE48A is #021B75. Grayscale: #E1E1E1. Windows color (decimal): -138102 or 9102589. OLE color: 9102589.
HSL color Cylindrical-coordinate representation of color #FDE48A: hue angle of 46.96º 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 #FDE48A is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 138 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.01 |
| HSL | 46.96º | 0.97% | 0.77% | - |
| HSV(B) | 46.96º | 0.45% | 0.99% | - |
| XYZ | 72.84 | 78.2 | 35.3 | - |
| YUV | 225.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 138 | 0 | 0.10 | 0.45 | 0.01 | 46.96 | 0.97 | 0.77 |
| Hex | FD | E4 | 8A | 0 | A | 2D | 1 | 2F | 61 | 4D |
| Octal | 375 | 344 | 212 | 0 | 12 | 55 | 1 | 57 | 141 | 115 |
| Binary | 11111101 | 11100100 | 10001010 | 0 | 1010 | 101101 | 1 | 101111 | 1100001 | 1001101 |
Color Harmonies of #FDE48A
Complementary color
Monochromatic Colors of #FDE48A
Black with #FDE48A
Text Example
Text Example
White with #FDE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE48A; }
p { color: rgb(253,228,138); }
H1.HeaderClassName
{
color: #FDE48A;
}
.AnyTagClassName
{
color: #FDE48A;
}
</style>
background-color css
<style>
a { background-color: #FDE48A; }
a { background-color: rgb(253,228,138); }
div.DivClassName
{
background-color: #FDE48A;
}
.BgClassName
{
background-color: #FDE48A;
}
</style>
border-color css
<style>
span { border-color: #FDE48A; }
span { border-color: rgb(253,228,138); }
td.TdClassName
{
border-color: #FDE48A;
}
.TagClassName
{
border-color: #FDE48A;
}
</style>