Shades of Vis Vis #FCE38C
Tints of Vis Vis #FCE38C
RGB
CMYK
RGB Variations
Color information
#FCE38C (or 0xFCE38C) is known color: Vis Vis. HEX triplet: FC, E3 and 8C. RGB value is (252,227,140). Sum of RGB (Red+Green+Blue) = 252+227+140=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE38C is #031C73. Grayscale: #E0E0E0. Windows color (decimal): -203892 or 9233404. OLE color: 9233404.
HSL color Cylindrical-coordinate representation of color #FCE38C: hue angle of 46.61º 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 #FCE38C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 140 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.01 |
| HSL | 46.61º | 0.95% | 0.77% | - |
| HSV(B) | 46.61º | 0.44% | 0.99% | - |
| XYZ | 72.35 | 77.53 | 35.96 | - |
| YUV | 224.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 140 | 0 | 0.10 | 0.44 | 0.01 | 46.61 | 0.95 | 0.77 |
| Hex | FC | E3 | 8C | 0 | A | 2C | 1 | 2F | 5F | 4D |
| Octal | 374 | 343 | 214 | 0 | 12 | 54 | 1 | 57 | 137 | 115 |
| Binary | 11111100 | 11100011 | 10001100 | 0 | 1010 | 101100 | 1 | 101111 | 1011111 | 1001101 |
Color Harmonies of #FCE38C
Complementary color
Monochromatic Colors of #FCE38C
Black with #FCE38C
Text Example
Text Example
White with #FCE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE38C; }
p { color: rgb(252,227,140); }
H1.HeaderClassName
{
color: #FCE38C;
}
.AnyTagClassName
{
color: #FCE38C;
}
</style>
background-color css
<style>
a { background-color: #FCE38C; }
a { background-color: rgb(252,227,140); }
div.DivClassName
{
background-color: #FCE38C;
}
.BgClassName
{
background-color: #FCE38C;
}
</style>
border-color css
<style>
span { border-color: #FCE38C; }
span { border-color: rgb(252,227,140); }
td.TdClassName
{
border-color: #FCE38C;
}
.TagClassName
{
border-color: #FCE38C;
}
</style>