Shades of Vis Vis #FCE08F
Tints of Vis Vis #FCE08F
RGB
CMYK
RGB Variations
Color information
#FCE08F (or 0xFCE08F) is known color: Vis Vis. HEX triplet: FC, E0 and 8F. RGB value is (252,224,143). Sum of RGB (Red+Green+Blue) = 252+224+143=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE08F is #031F70. Grayscale: #DFDFDF. Windows color (decimal): -204657 or 9429244. OLE color: 9429244.
HSL color Cylindrical-coordinate representation of color #FCE08F: hue angle of 44.59º 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 #FCE08F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 143 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 44.59º | 0.95% | 0.77% | - |
| HSV(B) | 44.59º | 0.43% | 0.99% | - |
| XYZ | 71.76 | 75.99 | 36.87 | - |
| YUV | 223.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 143 | 0 | 0.11 | 0.43 | 0.01 | 44.59 | 0.95 | 0.77 |
| Hex | FC | E0 | 8F | 0 | B | 2B | 1 | 2D | 5F | 4D |
| Octal | 374 | 340 | 217 | 0 | 13 | 53 | 1 | 55 | 137 | 115 |
| Binary | 11111100 | 11100000 | 10001111 | 0 | 1011 | 101011 | 1 | 101101 | 1011111 | 1001101 |
Color Harmonies of #FCE08F
Complementary color
Monochromatic Colors of #FCE08F
Black with #FCE08F
Text Example
Text Example
White with #FCE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE08F; }
p { color: rgb(252,224,143); }
H1.HeaderClassName
{
color: #FCE08F;
}
.AnyTagClassName
{
color: #FCE08F;
}
</style>
background-color css
<style>
a { background-color: #FCE08F; }
a { background-color: rgb(252,224,143); }
div.DivClassName
{
background-color: #FCE08F;
}
.BgClassName
{
background-color: #FCE08F;
}
</style>
border-color css
<style>
span { border-color: #FCE08F; }
span { border-color: rgb(252,224,143); }
td.TdClassName
{
border-color: #FCE08F;
}
.TagClassName
{
border-color: #FCE08F;
}
</style>