Shades of Vis Vis #FCE38F
Tints of Vis Vis #FCE38F
RGB
CMYK
RGB Variations
Color information
#FCE38F (or 0xFCE38F) is known color: Vis Vis. HEX triplet: FC, E3 and 8F. RGB value is (252,227,143). Sum of RGB (Red+Green+Blue) = 252+227+143=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 143 (56.25% from 255 or 22.99% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE38F is #031C70. Grayscale: #E1E1E1. Windows color (decimal): -203889 or 9430012. OLE color: 9430012.
HSL color Cylindrical-coordinate representation of color #FCE38F: hue angle of 46.24º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCE38F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 143 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.01 |
| HSL | 46.24º | 0.95% | 0.77% | - |
| HSV(B) | 46.24º | 0.43% | 0.99% | - |
| XYZ | 72.57 | 77.62 | 37.14 | - |
| YUV | 224.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 143 | 0 | 0.10 | 0.43 | 0.01 | 46.24 | 0.95 | 0.77 |
| Hex | FC | E3 | 8F | 0 | A | 2B | 1 | 2E | 5F | 4D |
| Octal | 374 | 343 | 217 | 0 | 12 | 53 | 1 | 56 | 137 | 115 |
| Binary | 11111100 | 11100011 | 10001111 | 0 | 1010 | 101011 | 1 | 101110 | 1011111 | 1001101 |
Color Harmonies of #FCE38F
Complementary color
Monochromatic Colors of #FCE38F
Black with #FCE38F
Text Example
Text Example
White with #FCE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE38F; }
p { color: rgb(252,227,143); }
H1.HeaderClassName
{
color: #FCE38F;
}
.AnyTagClassName
{
color: #FCE38F;
}
</style>
background-color css
<style>
a { background-color: #FCE38F; }
a { background-color: rgb(252,227,143); }
div.DivClassName
{
background-color: #FCE38F;
}
.BgClassName
{
background-color: #FCE38F;
}
</style>
border-color css
<style>
span { border-color: #FCE38F; }
span { border-color: rgb(252,227,143); }
td.TdClassName
{
border-color: #FCE38F;
}
.TagClassName
{
border-color: #FCE38F;
}
</style>