Shades of Vis Vis #FCE08A
Tints of Vis Vis #FCE08A
RGB
CMYK
RGB Variations
Color information
#FCE08A (or 0xFCE08A) is known color: Vis Vis. HEX triplet: FC, E0 and 8A. RGB value is (252,224,138). Sum of RGB (Red+Green+Blue) = 252+224+138=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE08A is #031F75. Grayscale: #DEDEDE. Windows color (decimal): -204662 or 9101564. OLE color: 9101564.
HSL color Cylindrical-coordinate representation of color #FCE08A: hue angle of 45.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCE08A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 138 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.01 |
| HSL | 45.26º | 0.95% | 0.76% | - |
| HSV(B) | 45.26º | 0.45% | 0.99% | - |
| XYZ | 71.39 | 75.84 | 34.92 | - |
| YUV | 222.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 138 | 0 | 0.11 | 0.45 | 0.01 | 45.26 | 0.95 | 0.76 |
| Hex | FC | E0 | 8A | 0 | B | 2D | 1 | 2D | 5F | 4C |
| Octal | 374 | 340 | 212 | 0 | 13 | 55 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11100000 | 10001010 | 0 | 1011 | 101101 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCE08A
Complementary color
Monochromatic Colors of #FCE08A
Black with #FCE08A
Text Example
Text Example
White with #FCE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE08A; }
p { color: rgb(252,224,138); }
H1.HeaderClassName
{
color: #FCE08A;
}
.AnyTagClassName
{
color: #FCE08A;
}
</style>
background-color css
<style>
a { background-color: #FCE08A; }
a { background-color: rgb(252,224,138); }
div.DivClassName
{
background-color: #FCE08A;
}
.BgClassName
{
background-color: #FCE08A;
}
</style>
border-color css
<style>
span { border-color: #FCE08A; }
span { border-color: rgb(252,224,138); }
td.TdClassName
{
border-color: #FCE08A;
}
.TagClassName
{
border-color: #FCE08A;
}
</style>