Shades of Vis Vis #FCE799
Tints of Vis Vis #FCE799
RGB
CMYK
RGB Variations
Color information
#FCE799 (or 0xFCE799) is known color: Vis Vis. HEX triplet: FC, E7 and 99. RGB value is (252,231,153). Sum of RGB (Red+Green+Blue) = 252+231+153=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 153 (60.16% from 255 or 24.06% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE799 is #031866. Grayscale: #E4E4E4. Windows color (decimal): -202855 or 10086396. OLE color: 10086396.
HSL color Cylindrical-coordinate representation of color #FCE799: hue angle of 47.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCE799 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 153 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.01 |
| HSL | 47.27º | 0.94% | 0.79% | - |
| HSV(B) | 47.27º | 0.39% | 0.99% | - |
| XYZ | 74.47 | 80.15 | 41.68 | - |
| YUV | 228.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 153 | 0 | 0.08 | 0.39 | 0.01 | 47.27 | 0.94 | 0.79 |
| Hex | FC | E7 | 99 | 0 | 8 | 27 | 1 | 2F | 5E | 4F |
| Octal | 374 | 347 | 231 | 0 | 10 | 47 | 1 | 57 | 136 | 117 |
| Binary | 11111100 | 11100111 | 10011001 | 0 | 1000 | 100111 | 1 | 101111 | 1011110 | 1001111 |
Color Harmonies of #FCE799
Complementary color
Monochromatic Colors of #FCE799
Black with #FCE799
Text Example
Text Example
White with #FCE799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE799; }
p { color: rgb(252,231,153); }
H1.HeaderClassName
{
color: #FCE799;
}
.AnyTagClassName
{
color: #FCE799;
}
</style>
background-color css
<style>
a { background-color: #FCE799; }
a { background-color: rgb(252,231,153); }
div.DivClassName
{
background-color: #FCE799;
}
.BgClassName
{
background-color: #FCE799;
}
</style>
border-color css
<style>
span { border-color: #FCE799; }
span { border-color: rgb(252,231,153); }
td.TdClassName
{
border-color: #FCE799;
}
.TagClassName
{
border-color: #FCE799;
}
</style>