Shades of Vis Vis #FCE58E
Tints of Vis Vis #FCE58E
RGB
CMYK
RGB Variations
Color information
#FCE58E (or 0xFCE58E) is known color: Vis Vis. HEX triplet: FC, E5 and 8E. RGB value is (252,229,142). Sum of RGB (Red+Green+Blue) = 252+229+142=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE58E is #031A71. Grayscale: #E2E2E2. Windows color (decimal): -203378 or 9364988. OLE color: 9364988.
HSL color Cylindrical-coordinate representation of color #FCE58E: hue angle of 47.45º 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 #FCE58E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 142 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.01 |
| HSL | 47.45º | 0.95% | 0.77% | - |
| HSV(B) | 47.45º | 0.44% | 0.99% | - |
| XYZ | 73.05 | 78.69 | 36.93 | - |
| YUV | 225.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 142 | 0 | 0.09 | 0.44 | 0.01 | 47.45 | 0.95 | 0.77 |
| Hex | FC | E5 | 8E | 0 | 9 | 2C | 1 | 2F | 5F | 4D |
| Octal | 374 | 345 | 216 | 0 | 11 | 54 | 1 | 57 | 137 | 115 |
| Binary | 11111100 | 11100101 | 10001110 | 0 | 1001 | 101100 | 1 | 101111 | 1011111 | 1001101 |
Color Harmonies of #FCE58E
Complementary color
Monochromatic Colors of #FCE58E
Black with #FCE58E
Text Example
Text Example
White with #FCE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE58E; }
p { color: rgb(252,229,142); }
H1.HeaderClassName
{
color: #FCE58E;
}
.AnyTagClassName
{
color: #FCE58E;
}
</style>
background-color css
<style>
a { background-color: #FCE58E; }
a { background-color: rgb(252,229,142); }
div.DivClassName
{
background-color: #FCE58E;
}
.BgClassName
{
background-color: #FCE58E;
}
</style>
border-color css
<style>
span { border-color: #FCE58E; }
span { border-color: rgb(252,229,142); }
td.TdClassName
{
border-color: #FCE58E;
}
.TagClassName
{
border-color: #FCE58E;
}
</style>