Shades of Vis Vis #FEE289
Tints of Vis Vis #FEE289
RGB
CMYK
RGB Variations
Color information
#FEE289 (or 0xFEE289) is known color: Vis Vis. HEX triplet: FE, E2 and 89. RGB value is (254,226,137). Sum of RGB (Red+Green+Blue) = 254+226+137=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 137 (53.91% from 255 or 22.20% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE289 is #011D76. Grayscale: #E0E0E0. Windows color (decimal): -73079 or 9036542. OLE color: 9036542.
HSL color Cylindrical-coordinate representation of color #FEE289: hue angle of 45.64º 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 #FEE289 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 137 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.00 |
| HSL | 45.64º | 0.98% | 0.77% | - |
| HSV(B) | 45.64º | 0.46% | 1% | - |
| XYZ | 72.58 | 77.27 | 34.76 | - |
| YUV | 224.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 137 | 0 | 0.11 | 0.46 | 0.00 | 45.64 | 0.98 | 0.77 |
| Hex | FE | E2 | 89 | 0 | B | 2E | 0 | 2E | 62 | 4D |
| Octal | 376 | 342 | 211 | 0 | 13 | 56 | 0 | 56 | 142 | 115 |
| Binary | 11111110 | 11100010 | 10001001 | 0 | 1011 | 101110 | 0 | 101110 | 1100010 | 1001101 |
Color Harmonies of #FEE289
Complementary color
Monochromatic Colors of #FEE289
Black with #FEE289
Text Example
Text Example
White with #FEE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE289; }
p { color: rgb(254,226,137); }
H1.HeaderClassName
{
color: #FEE289;
}
.AnyTagClassName
{
color: #FEE289;
}
</style>
background-color css
<style>
a { background-color: #FEE289; }
a { background-color: rgb(254,226,137); }
div.DivClassName
{
background-color: #FEE289;
}
.BgClassName
{
background-color: #FEE289;
}
</style>
border-color css
<style>
span { border-color: #FEE289; }
span { border-color: rgb(254,226,137); }
td.TdClassName
{
border-color: #FEE289;
}
.TagClassName
{
border-color: #FEE289;
}
</style>