Shades of Vis Vis #FEE88A
Tints of Vis Vis #FEE88A
RGB
CMYK
RGB Variations
Color information
#FEE88A (or 0xFEE88A) is known color: Vis Vis. HEX triplet: FE, E8 and 8A. RGB value is (254,232,138). Sum of RGB (Red+Green+Blue) = 254+232+138=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE88A is #011775. Grayscale: #E4E4E4. Windows color (decimal): -71542 or 9103614. OLE color: 9103614.
HSL color Cylindrical-coordinate representation of color #FEE88A: hue angle of 48.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEE88A is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 138 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.00 |
| HSL | 48.62º | 0.98% | 0.77% | - |
| HSV(B) | 48.62º | 0.46% | 1% | - |
| XYZ | 74.32 | 80.62 | 35.69 | - |
| YUV | 227.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 138 | 0 | 0.09 | 0.46 | 0.00 | 48.62 | 0.98 | 0.77 |
| Hex | FE | E8 | 8A | 0 | 9 | 2E | 0 | 31 | 62 | 4D |
| Octal | 376 | 350 | 212 | 0 | 11 | 56 | 0 | 61 | 142 | 115 |
| Binary | 11111110 | 11101000 | 10001010 | 0 | 1001 | 101110 | 0 | 110001 | 1100010 | 1001101 |
Color Harmonies of #FEE88A
Complementary color
Monochromatic Colors of #FEE88A
Black with #FEE88A
Text Example
Text Example
White with #FEE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE88A; }
p { color: rgb(254,232,138); }
H1.HeaderClassName
{
color: #FEE88A;
}
.AnyTagClassName
{
color: #FEE88A;
}
</style>
background-color css
<style>
a { background-color: #FEE88A; }
a { background-color: rgb(254,232,138); }
div.DivClassName
{
background-color: #FEE88A;
}
.BgClassName
{
background-color: #FEE88A;
}
</style>
border-color css
<style>
span { border-color: #FEE88A; }
span { border-color: rgb(254,232,138); }
td.TdClassName
{
border-color: #FEE88A;
}
.TagClassName
{
border-color: #FEE88A;
}
</style>