Shades of Vis Vis #FCE78D
Tints of Vis Vis #FCE78D
RGB
CMYK
RGB Variations
Color information
#FCE78D (or 0xFCE78D) is known color: Vis Vis. HEX triplet: FC, E7 and 8D. RGB value is (252,231,141). Sum of RGB (Red+Green+Blue) = 252+231+141=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE78D is #031872. Grayscale: #E3E3E3. Windows color (decimal): -202867 or 9299964. OLE color: 9299964.
HSL color Cylindrical-coordinate representation of color #FCE78D: hue angle of 48.65º 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 #FCE78D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 141 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.01 |
| HSL | 48.65º | 0.95% | 0.77% | - |
| HSV(B) | 48.65º | 0.44% | 0.99% | - |
| XYZ | 73.53 | 79.77 | 36.72 | - |
| YUV | 227.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 141 | 0 | 0.08 | 0.44 | 0.01 | 48.65 | 0.95 | 0.77 |
| Hex | FC | E7 | 8D | 0 | 8 | 2C | 1 | 31 | 5F | 4D |
| Octal | 374 | 347 | 215 | 0 | 10 | 54 | 1 | 61 | 137 | 115 |
| Binary | 11111100 | 11100111 | 10001101 | 0 | 1000 | 101100 | 1 | 110001 | 1011111 | 1001101 |
Color Harmonies of #FCE78D
Complementary color
Monochromatic Colors of #FCE78D
Black with #FCE78D
Text Example
Text Example
White with #FCE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE78D; }
p { color: rgb(252,231,141); }
H1.HeaderClassName
{
color: #FCE78D;
}
.AnyTagClassName
{
color: #FCE78D;
}
</style>
background-color css
<style>
a { background-color: #FCE78D; }
a { background-color: rgb(252,231,141); }
div.DivClassName
{
background-color: #FCE78D;
}
.BgClassName
{
background-color: #FCE78D;
}
</style>
border-color css
<style>
span { border-color: #FCE78D; }
span { border-color: rgb(252,231,141); }
td.TdClassName
{
border-color: #FCE78D;
}
.TagClassName
{
border-color: #FCE78D;
}
</style>