Shades of Vis Vis #FCE78A
Tints of Vis Vis #FCE78A
RGB
CMYK
RGB Variations
Color information
#FCE78A (or 0xFCE78A) is known color: Vis Vis. HEX triplet: FC, E7 and 8A. RGB value is (252,231,138). Sum of RGB (Red+Green+Blue) = 252+231+138=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE78A is #031875. Grayscale: #E3E3E3. Windows color (decimal): -202870 or 9103356. OLE color: 9103356.
HSL color Cylindrical-coordinate representation of color #FCE78A: hue angle of 48.95º 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 #FCE78A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 138 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 48.95º | 0.95% | 0.76% | - |
| HSV(B) | 48.95º | 0.45% | 0.99% | - |
| XYZ | 73.31 | 79.68 | 35.56 | - |
| YUV | 226.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 138 | 0 | 0.08 | 0.45 | 0.01 | 48.95 | 0.95 | 0.76 |
| Hex | FC | E7 | 8A | 0 | 8 | 2D | 1 | 31 | 5F | 4C |
| Octal | 374 | 347 | 212 | 0 | 10 | 55 | 1 | 61 | 137 | 114 |
| Binary | 11111100 | 11100111 | 10001010 | 0 | 1000 | 101101 | 1 | 110001 | 1011111 | 1001100 |
Color Harmonies of #FCE78A
Complementary color
Monochromatic Colors of #FCE78A
Black with #FCE78A
Text Example
Text Example
White with #FCE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE78A; }
p { color: rgb(252,231,138); }
H1.HeaderClassName
{
color: #FCE78A;
}
.AnyTagClassName
{
color: #FCE78A;
}
</style>
background-color css
<style>
a { background-color: #FCE78A; }
a { background-color: rgb(252,231,138); }
div.DivClassName
{
background-color: #FCE78A;
}
.BgClassName
{
background-color: #FCE78A;
}
</style>
border-color css
<style>
span { border-color: #FCE78A; }
span { border-color: rgb(252,231,138); }
td.TdClassName
{
border-color: #FCE78A;
}
.TagClassName
{
border-color: #FCE78A;
}
</style>