Shades of Vis Vis #FCE38D
Tints of Vis Vis #FCE38D
RGB
CMYK
RGB Variations
Color information
#FCE38D (or 0xFCE38D) is known color: Vis Vis. HEX triplet: FC, E3 and 8D. RGB value is (252,227,141). Sum of RGB (Red+Green+Blue) = 252+227+141=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE38D is #031C72. Grayscale: #E1E1E1. Windows color (decimal): -203891 or 9298940. OLE color: 9298940.
HSL color Cylindrical-coordinate representation of color #FCE38D: hue angle of 46.49º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCE38D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.01 |
| HSL | 46.49º | 0.95% | 0.77% | - |
| HSV(B) | 46.49º | 0.44% | 0.99% | - |
| XYZ | 72.42 | 77.56 | 36.35 | - |
| YUV | 224.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 141 | 0 | 0.10 | 0.44 | 0.01 | 46.49 | 0.95 | 0.77 |
| Hex | FC | E3 | 8D | 0 | A | 2C | 1 | 2E | 5F | 4D |
| Octal | 374 | 343 | 215 | 0 | 12 | 54 | 1 | 56 | 137 | 115 |
| Binary | 11111100 | 11100011 | 10001101 | 0 | 1010 | 101100 | 1 | 101110 | 1011111 | 1001101 |
Color Harmonies of #FCE38D
Complementary color
Monochromatic Colors of #FCE38D
Black with #FCE38D
Text Example
Text Example
White with #FCE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE38D; }
p { color: rgb(252,227,141); }
H1.HeaderClassName
{
color: #FCE38D;
}
.AnyTagClassName
{
color: #FCE38D;
}
</style>
background-color css
<style>
a { background-color: #FCE38D; }
a { background-color: rgb(252,227,141); }
div.DivClassName
{
background-color: #FCE38D;
}
.BgClassName
{
background-color: #FCE38D;
}
</style>
border-color css
<style>
span { border-color: #FCE38D; }
span { border-color: rgb(252,227,141); }
td.TdClassName
{
border-color: #FCE38D;
}
.TagClassName
{
border-color: #FCE38D;
}
</style>