Shades of Vis Vis #FDE98B
Tints of Vis Vis #FDE98B
RGB
CMYK
RGB Variations
Color information
#FDE98B (or 0xFDE98B) is known color: Vis Vis. HEX triplet: FD, E9 and 8B. RGB value is (253,233,139). Sum of RGB (Red+Green+Blue) = 253+233+139=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE98B is #021674. Grayscale: #E4E4E4. Windows color (decimal): -136821 or 9169405. OLE color: 9169405.
HSL color Cylindrical-coordinate representation of color #FDE98B: hue angle of 49.47º 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 #FDE98B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 49.47º | 0.97% | 0.77% | - |
| HSV(B) | 49.47º | 0.45% | 0.99% | - |
| XYZ | 74.31 | 81.02 | 36.15 | - |
| YUV | 228.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 139 | 0 | 0.08 | 0.45 | 0.01 | 49.47 | 0.97 | 0.77 |
| Hex | FD | E9 | 8B | 0 | 8 | 2D | 1 | 31 | 61 | 4D |
| Octal | 375 | 351 | 213 | 0 | 10 | 55 | 1 | 61 | 141 | 115 |
| Binary | 11111101 | 11101001 | 10001011 | 0 | 1000 | 101101 | 1 | 110001 | 1100001 | 1001101 |
Color Harmonies of #FDE98B
Complementary color
Monochromatic Colors of #FDE98B
Black with #FDE98B
Text Example
Text Example
White with #FDE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE98B; }
p { color: rgb(253,233,139); }
H1.HeaderClassName
{
color: #FDE98B;
}
.AnyTagClassName
{
color: #FDE98B;
}
</style>
background-color css
<style>
a { background-color: #FDE98B; }
a { background-color: rgb(253,233,139); }
div.DivClassName
{
background-color: #FDE98B;
}
.BgClassName
{
background-color: #FDE98B;
}
</style>
border-color css
<style>
span { border-color: #FDE98B; }
span { border-color: rgb(253,233,139); }
td.TdClassName
{
border-color: #FDE98B;
}
.TagClassName
{
border-color: #FDE98B;
}
</style>