Shades of Vis Vis #FDE58B
Tints of Vis Vis #FDE58B
RGB
CMYK
RGB Variations
Color information
#FDE58B (or 0xFDE58B) is known color: Vis Vis. HEX triplet: FD, E5 and 8B. RGB value is (253,229,139). Sum of RGB (Red+Green+Blue) = 253+229+139=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE58B is #021A74. Grayscale: #E2E2E2. Windows color (decimal): -137845 or 9168381. OLE color: 9168381.
HSL color Cylindrical-coordinate representation of color #FDE58B: hue angle of 47.37º 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 #FDE58B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 139 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.01 |
| HSL | 47.37º | 0.97% | 0.77% | - |
| HSV(B) | 47.37º | 0.45% | 0.99% | - |
| XYZ | 73.19 | 78.79 | 35.78 | - |
| YUV | 225.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 139 | 0 | 0.09 | 0.45 | 0.01 | 47.37 | 0.97 | 0.77 |
| Hex | FD | E5 | 8B | 0 | 9 | 2D | 1 | 2F | 61 | 4D |
| Octal | 375 | 345 | 213 | 0 | 11 | 55 | 1 | 57 | 141 | 115 |
| Binary | 11111101 | 11100101 | 10001011 | 0 | 1001 | 101101 | 1 | 101111 | 1100001 | 1001101 |
Color Harmonies of #FDE58B
Complementary color
Monochromatic Colors of #FDE58B
Black with #FDE58B
Text Example
Text Example
White with #FDE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE58B; }
p { color: rgb(253,229,139); }
H1.HeaderClassName
{
color: #FDE58B;
}
.AnyTagClassName
{
color: #FDE58B;
}
</style>
background-color css
<style>
a { background-color: #FDE58B; }
a { background-color: rgb(253,229,139); }
div.DivClassName
{
background-color: #FDE58B;
}
.BgClassName
{
background-color: #FDE58B;
}
</style>
border-color css
<style>
span { border-color: #FDE58B; }
span { border-color: rgb(253,229,139); }
td.TdClassName
{
border-color: #FDE58B;
}
.TagClassName
{
border-color: #FDE58B;
}
</style>