Shades of Vis Vis #FCE388
Tints of Vis Vis #FCE388
RGB
CMYK
RGB Variations
Color information
#FCE388 (or 0xFCE388) is known color: Vis Vis. HEX triplet: FC, E3 and 88. RGB value is (252,227,136). Sum of RGB (Red+Green+Blue) = 252+227+136=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 136 (53.52% from 255 or 22.11% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE388 is #031C77. Grayscale: #E0E0E0. Windows color (decimal): -203896 or 8971260. OLE color: 8971260.
HSL color Cylindrical-coordinate representation of color #FCE388: hue angle of 47.07º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE388 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 136 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 47.07º | 0.95% | 0.76% | - |
| HSV(B) | 47.07º | 0.46% | 0.99% | - |
| XYZ | 72.06 | 77.41 | 34.44 | - |
| YUV | 224.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 136 | 0 | 0.10 | 0.46 | 0.01 | 47.07 | 0.95 | 0.76 |
| Hex | FC | E3 | 88 | 0 | A | 2E | 1 | 2F | 5F | 4C |
| Octal | 374 | 343 | 210 | 0 | 12 | 56 | 1 | 57 | 137 | 114 |
| Binary | 11111100 | 11100011 | 10001000 | 0 | 1010 | 101110 | 1 | 101111 | 1011111 | 1001100 |
Color Harmonies of #FCE388
Complementary color
Monochromatic Colors of #FCE388
Black with #FCE388
Text Example
Text Example
White with #FCE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE388; }
p { color: rgb(252,227,136); }
H1.HeaderClassName
{
color: #FCE388;
}
.AnyTagClassName
{
color: #FCE388;
}
</style>
background-color css
<style>
a { background-color: #FCE388; }
a { background-color: rgb(252,227,136); }
div.DivClassName
{
background-color: #FCE388;
}
.BgClassName
{
background-color: #FCE388;
}
</style>
border-color css
<style>
span { border-color: #FCE388; }
span { border-color: rgb(252,227,136); }
td.TdClassName
{
border-color: #FCE388;
}
.TagClassName
{
border-color: #FCE388;
}
</style>