Shades of Vis Vis #FCE591
Tints of Vis Vis #FCE591
RGB
CMYK
RGB Variations
Color information
#FCE591 (or 0xFCE591) is known color: Vis Vis. HEX triplet: FC, E5 and 91. RGB value is (252,229,145). Sum of RGB (Red+Green+Blue) = 252+229+145=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE591 is #031A6E. Grayscale: #E2E2E2. Windows color (decimal): -203375 or 9561596. OLE color: 9561596.
HSL color Cylindrical-coordinate representation of color #FCE591: hue angle of 47.1º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCE591 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 145 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.01 |
| HSL | 47.1º | 0.95% | 0.78% | - |
| HSV(B) | 47.1º | 0.42% | 0.99% | - |
| XYZ | 73.28 | 78.78 | 38.13 | - |
| YUV | 226.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 145 | 0 | 0.09 | 0.42 | 0.01 | 47.1 | 0.95 | 0.78 |
| Hex | FC | E5 | 91 | 0 | 9 | 2A | 1 | 2F | 5F | 4E |
| Octal | 374 | 345 | 221 | 0 | 11 | 52 | 1 | 57 | 137 | 116 |
| Binary | 11111100 | 11100101 | 10010001 | 0 | 1001 | 101010 | 1 | 101111 | 1011111 | 1001110 |
Color Harmonies of #FCE591
Complementary color
Monochromatic Colors of #FCE591
Black with #FCE591
Text Example
Text Example
White with #FCE591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE591; }
p { color: rgb(252,229,145); }
H1.HeaderClassName
{
color: #FCE591;
}
.AnyTagClassName
{
color: #FCE591;
}
</style>
background-color css
<style>
a { background-color: #FCE591; }
a { background-color: rgb(252,229,145); }
div.DivClassName
{
background-color: #FCE591;
}
.BgClassName
{
background-color: #FCE591;
}
</style>
border-color css
<style>
span { border-color: #FCE591; }
span { border-color: rgb(252,229,145); }
td.TdClassName
{
border-color: #FCE591;
}
.TagClassName
{
border-color: #FCE591;
}
</style>