Shades of Vis Vis #FCE88B
Tints of Vis Vis #FCE88B
RGB
CMYK
RGB Variations
Color information
#FCE88B (or 0xFCE88B) is known color: Vis Vis. HEX triplet: FC, E8 and 8B. RGB value is (252,232,139). Sum of RGB (Red+Green+Blue) = 252+232+139=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE88B is #031774. Grayscale: #E3E3E3. Windows color (decimal): -202613 or 9169148. OLE color: 9169148.
HSL color Cylindrical-coordinate representation of color #FCE88B: hue angle of 49.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCE88B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 49.38º | 0.95% | 0.77% | - |
| HSV(B) | 49.38º | 0.45% | 0.99% | - |
| XYZ | 73.66 | 80.27 | 36.04 | - |
| YUV | 227.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 139 | 0 | 0.08 | 0.45 | 0.01 | 49.38 | 0.95 | 0.77 |
| Hex | FC | E8 | 8B | 0 | 8 | 2D | 1 | 31 | 5F | 4D |
| Octal | 374 | 350 | 213 | 0 | 10 | 55 | 1 | 61 | 137 | 115 |
| Binary | 11111100 | 11101000 | 10001011 | 0 | 1000 | 101101 | 1 | 110001 | 1011111 | 1001101 |
Color Harmonies of #FCE88B
Complementary color
Monochromatic Colors of #FCE88B
Black with #FCE88B
Text Example
Text Example
White with #FCE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE88B; }
p { color: rgb(252,232,139); }
H1.HeaderClassName
{
color: #FCE88B;
}
.AnyTagClassName
{
color: #FCE88B;
}
</style>
background-color css
<style>
a { background-color: #FCE88B; }
a { background-color: rgb(252,232,139); }
div.DivClassName
{
background-color: #FCE88B;
}
.BgClassName
{
background-color: #FCE88B;
}
</style>
border-color css
<style>
span { border-color: #FCE88B; }
span { border-color: rgb(252,232,139); }
td.TdClassName
{
border-color: #FCE88B;
}
.TagClassName
{
border-color: #FCE88B;
}
</style>