Shades of Vis Vis #FCE597
Tints of Vis Vis #FCE597
RGB
CMYK
RGB Variations
Color information
#FCE597 (or 0xFCE597) is known color: Vis Vis. HEX triplet: FC, E5 and 97. RGB value is (252,229,151). Sum of RGB (Red+Green+Blue) = 252+229+151=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE597 is #031A68. Grayscale: #E3E3E3. Windows color (decimal): -203369 or 9954812. OLE color: 9954812.
HSL color Cylindrical-coordinate representation of color #FCE597: hue angle of 46.34º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCE597 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 151 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.01 |
| HSL | 46.34º | 0.94% | 0.79% | - |
| HSV(B) | 46.34º | 0.4% | 0.99% | - |
| XYZ | 73.75 | 78.97 | 40.63 | - |
| YUV | 226.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 151 | 0 | 0.09 | 0.40 | 0.01 | 46.34 | 0.94 | 0.79 |
| Hex | FC | E5 | 97 | 0 | 9 | 28 | 1 | 2E | 5E | 4F |
| Octal | 374 | 345 | 227 | 0 | 11 | 50 | 1 | 56 | 136 | 117 |
| Binary | 11111100 | 11100101 | 10010111 | 0 | 1001 | 101000 | 1 | 101110 | 1011110 | 1001111 |
Color Harmonies of #FCE597
Complementary color
Monochromatic Colors of #FCE597
Black with #FCE597
Text Example
Text Example
White with #FCE597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE597; }
p { color: rgb(252,229,151); }
H1.HeaderClassName
{
color: #FCE597;
}
.AnyTagClassName
{
color: #FCE597;
}
</style>
background-color css
<style>
a { background-color: #FCE597; }
a { background-color: rgb(252,229,151); }
div.DivClassName
{
background-color: #FCE597;
}
.BgClassName
{
background-color: #FCE597;
}
</style>
border-color css
<style>
span { border-color: #FCE597; }
span { border-color: rgb(252,229,151); }
td.TdClassName
{
border-color: #FCE597;
}
.TagClassName
{
border-color: #FCE597;
}
</style>