Shades of Vis Vis #FCE487
Tints of Vis Vis #FCE487
RGB
CMYK
RGB Variations
Color information
#FCE487 (or 0xFCE487) is known color: Vis Vis. HEX triplet: FC, E4 and 87. RGB value is (252,228,135). Sum of RGB (Red+Green+Blue) = 252+228+135=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 135 (53.12% from 255 or 21.95% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE487 is #031B78. Grayscale: #E0E0E0. Windows color (decimal): -203641 or 8905980. OLE color: 8905980.
HSL color Cylindrical-coordinate representation of color #FCE487: hue angle of 47.69º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE487 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 135 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 47.69º | 0.95% | 0.76% | - |
| HSV(B) | 47.69º | 0.46% | 0.99% | - |
| XYZ | 72.26 | 77.93 | 34.16 | - |
| YUV | 224.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 135 | 0 | 0.10 | 0.46 | 0.01 | 47.69 | 0.95 | 0.76 |
| Hex | FC | E4 | 87 | 0 | A | 2E | 1 | 30 | 5F | 4C |
| Octal | 374 | 344 | 207 | 0 | 12 | 56 | 1 | 60 | 137 | 114 |
| Binary | 11111100 | 11100100 | 10000111 | 0 | 1010 | 101110 | 1 | 110000 | 1011111 | 1001100 |
Color Harmonies of #FCE487
Complementary color
Monochromatic Colors of #FCE487
Black with #FCE487
Text Example
Text Example
White with #FCE487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE487; }
p { color: rgb(252,228,135); }
H1.HeaderClassName
{
color: #FCE487;
}
.AnyTagClassName
{
color: #FCE487;
}
</style>
background-color css
<style>
a { background-color: #FCE487; }
a { background-color: rgb(252,228,135); }
div.DivClassName
{
background-color: #FCE487;
}
.BgClassName
{
background-color: #FCE487;
}
</style>
border-color css
<style>
span { border-color: #FCE487; }
span { border-color: rgb(252,228,135); }
td.TdClassName
{
border-color: #FCE487;
}
.TagClassName
{
border-color: #FCE487;
}
</style>