Shades of Vis Vis #FCE58C
Tints of Vis Vis #FCE58C
RGB
CMYK
RGB Variations
Color information
#FCE58C (or 0xFCE58C) is known color: Vis Vis. HEX triplet: FC, E5 and 8C. RGB value is (252,229,140). Sum of RGB (Red+Green+Blue) = 252+229+140=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE58C is #031A73. Grayscale: #E2E2E2. Windows color (decimal): -203380 or 9233916. OLE color: 9233916.
HSL color Cylindrical-coordinate representation of color #FCE58C: hue angle of 47.68º 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 #FCE58C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 140 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.01 |
| HSL | 47.68º | 0.95% | 0.77% | - |
| HSV(B) | 47.68º | 0.44% | 0.99% | - |
| XYZ | 72.9 | 78.63 | 36.15 | - |
| YUV | 225.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 140 | 0 | 0.09 | 0.44 | 0.01 | 47.68 | 0.95 | 0.77 |
| Hex | FC | E5 | 8C | 0 | 9 | 2C | 1 | 30 | 5F | 4D |
| Octal | 374 | 345 | 214 | 0 | 11 | 54 | 1 | 60 | 137 | 115 |
| Binary | 11111100 | 11100101 | 10001100 | 0 | 1001 | 101100 | 1 | 110000 | 1011111 | 1001101 |
Color Harmonies of #FCE58C
Complementary color
Monochromatic Colors of #FCE58C
Black with #FCE58C
Text Example
Text Example
White with #FCE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE58C; }
p { color: rgb(252,229,140); }
H1.HeaderClassName
{
color: #FCE58C;
}
.AnyTagClassName
{
color: #FCE58C;
}
</style>
background-color css
<style>
a { background-color: #FCE58C; }
a { background-color: rgb(252,229,140); }
div.DivClassName
{
background-color: #FCE58C;
}
.BgClassName
{
background-color: #FCE58C;
}
</style>
border-color css
<style>
span { border-color: #FCE58C; }
span { border-color: rgb(252,229,140); }
td.TdClassName
{
border-color: #FCE58C;
}
.TagClassName
{
border-color: #FCE58C;
}
</style>