Shades of Vis Vis #FEE98B
Tints of Vis Vis #FEE98B
RGB
CMYK
RGB Variations
Color information
#FEE98B (or 0xFEE98B) is known color: Vis Vis. HEX triplet: FE, E9 and 8B. RGB value is (254,233,139). Sum of RGB (Red+Green+Blue) = 254+233+139=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE98B is #011674. Grayscale: #E4E4E4. Windows color (decimal): -71285 or 9169406. OLE color: 9169406.
HSL color Cylindrical-coordinate representation of color #FEE98B: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEE98B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.00 |
| HSL | 49.04º | 0.98% | 0.77% | - |
| HSV(B) | 49.04º | 0.45% | 1% | - |
| XYZ | 74.67 | 81.21 | 36.17 | - |
| YUV | 228.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 139 | 0 | 0.08 | 0.45 | 0.00 | 49.04 | 0.98 | 0.77 |
| Hex | FE | E9 | 8B | 0 | 8 | 2D | 0 | 31 | 62 | 4D |
| Octal | 376 | 351 | 213 | 0 | 10 | 55 | 0 | 61 | 142 | 115 |
| Binary | 11111110 | 11101001 | 10001011 | 0 | 1000 | 101101 | 0 | 110001 | 1100010 | 1001101 |
Color Harmonies of #FEE98B
Complementary color
Monochromatic Colors of #FEE98B
Black with #FEE98B
Text Example
Text Example
White with #FEE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE98B; }
p { color: rgb(254,233,139); }
H1.HeaderClassName
{
color: #FEE98B;
}
.AnyTagClassName
{
color: #FEE98B;
}
</style>
background-color css
<style>
a { background-color: #FEE98B; }
a { background-color: rgb(254,233,139); }
div.DivClassName
{
background-color: #FEE98B;
}
.BgClassName
{
background-color: #FEE98B;
}
</style>
border-color css
<style>
span { border-color: #FEE98B; }
span { border-color: rgb(254,233,139); }
td.TdClassName
{
border-color: #FEE98B;
}
.TagClassName
{
border-color: #FEE98B;
}
</style>