Shades of Vis Vis #FEE492
Tints of Vis Vis #FEE492
RGB
CMYK
RGB Variations
Color information
#FEE492 (or 0xFEE492) is known color: Vis Vis. HEX triplet: FE, E4 and 92. RGB value is (254,228,146). Sum of RGB (Red+Green+Blue) = 254+228+146=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 146 (57.42% from 255 or 23.25% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE492 is #011B6D. Grayscale: #E2E2E2. Windows color (decimal): -72558 or 9626878. OLE color: 9626878.
HSL color Cylindrical-coordinate representation of color #FEE492: hue angle of 45.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEE492 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 146 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.00 |
| HSL | 45.56º | 0.98% | 0.78% | - |
| HSV(B) | 45.56º | 0.43% | 1% | - |
| XYZ | 73.8 | 78.63 | 38.48 | - |
| YUV | 226.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 146 | 0 | 0.10 | 0.43 | 0.00 | 45.56 | 0.98 | 0.78 |
| Hex | FE | E4 | 92 | 0 | A | 2B | 0 | 2E | 62 | 4E |
| Octal | 376 | 344 | 222 | 0 | 12 | 53 | 0 | 56 | 142 | 116 |
| Binary | 11111110 | 11100100 | 10010010 | 0 | 1010 | 101011 | 0 | 101110 | 1100010 | 1001110 |
Color Harmonies of #FEE492
Complementary color
Monochromatic Colors of #FEE492
Black with #FEE492
Text Example
Text Example
White with #FEE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE492; }
p { color: rgb(254,228,146); }
H1.HeaderClassName
{
color: #FEE492;
}
.AnyTagClassName
{
color: #FEE492;
}
</style>
background-color css
<style>
a { background-color: #FEE492; }
a { background-color: rgb(254,228,146); }
div.DivClassName
{
background-color: #FEE492;
}
.BgClassName
{
background-color: #FEE492;
}
</style>
border-color css
<style>
span { border-color: #FEE492; }
span { border-color: rgb(254,228,146); }
td.TdClassName
{
border-color: #FEE492;
}
.TagClassName
{
border-color: #FEE492;
}
</style>