Shades of Vis Vis #FCE18A
Tints of Vis Vis #FCE18A
RGB
CMYK
RGB Variations
Color information
#FCE18A (or 0xFCE18A) is known color: Vis Vis. HEX triplet: FC, E1 and 8A. RGB value is (252,225,138). Sum of RGB (Red+Green+Blue) = 252+225+138=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE18A is #031E75. Grayscale: #DFDFDF. Windows color (decimal): -204406 or 9101820. OLE color: 9101820.
HSL color Cylindrical-coordinate representation of color #FCE18A: hue angle of 45.79º 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 #FCE18A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 138 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.01 |
| HSL | 45.79º | 0.95% | 0.76% | - |
| HSV(B) | 45.79º | 0.45% | 0.99% | - |
| XYZ | 71.66 | 76.38 | 35.01 | - |
| YUV | 223.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 138 | 0 | 0.11 | 0.45 | 0.01 | 45.79 | 0.95 | 0.76 |
| Hex | FC | E1 | 8A | 0 | B | 2D | 1 | 2E | 5F | 4C |
| Octal | 374 | 341 | 212 | 0 | 13 | 55 | 1 | 56 | 137 | 114 |
| Binary | 11111100 | 11100001 | 10001010 | 0 | 1011 | 101101 | 1 | 101110 | 1011111 | 1001100 |
Color Harmonies of #FCE18A
Complementary color
Monochromatic Colors of #FCE18A
Black with #FCE18A
Text Example
Text Example
White with #FCE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE18A; }
p { color: rgb(252,225,138); }
H1.HeaderClassName
{
color: #FCE18A;
}
.AnyTagClassName
{
color: #FCE18A;
}
</style>
background-color css
<style>
a { background-color: #FCE18A; }
a { background-color: rgb(252,225,138); }
div.DivClassName
{
background-color: #FCE18A;
}
.BgClassName
{
background-color: #FCE18A;
}
</style>
border-color css
<style>
span { border-color: #FCE18A; }
span { border-color: rgb(252,225,138); }
td.TdClassName
{
border-color: #FCE18A;
}
.TagClassName
{
border-color: #FCE18A;
}
</style>