Shades of Vis Vis #FCE092
Tints of Vis Vis #FCE092
RGB
CMYK
RGB Variations
Color information
#FCE092 (or 0xFCE092) is known color: Vis Vis. HEX triplet: FC, E0 and 92. RGB value is (252,224,146). Sum of RGB (Red+Green+Blue) = 252+224+146=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 146 (57.42% from 255 or 23.47% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE092 is #031F6D. Grayscale: #DFDFDF. Windows color (decimal): -204654 or 9625852. OLE color: 9625852.
HSL color Cylindrical-coordinate representation of color #FCE092: hue angle of 44.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCE092 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 146 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.01 |
| HSL | 44.15º | 0.95% | 0.78% | - |
| HSV(B) | 44.15º | 0.42% | 0.99% | - |
| XYZ | 71.99 | 76.08 | 38.09 | - |
| YUV | 223.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 146 | 0 | 0.11 | 0.42 | 0.01 | 44.15 | 0.95 | 0.78 |
| Hex | FC | E0 | 92 | 0 | B | 2A | 1 | 2C | 5F | 4E |
| Octal | 374 | 340 | 222 | 0 | 13 | 52 | 1 | 54 | 137 | 116 |
| Binary | 11111100 | 11100000 | 10010010 | 0 | 1011 | 101010 | 1 | 101100 | 1011111 | 1001110 |
Color Harmonies of #FCE092
Complementary color
Monochromatic Colors of #FCE092
Black with #FCE092
Text Example
Text Example
White with #FCE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE092; }
p { color: rgb(252,224,146); }
H1.HeaderClassName
{
color: #FCE092;
}
.AnyTagClassName
{
color: #FCE092;
}
</style>
background-color css
<style>
a { background-color: #FCE092; }
a { background-color: rgb(252,224,146); }
div.DivClassName
{
background-color: #FCE092;
}
.BgClassName
{
background-color: #FCE092;
}
</style>
border-color css
<style>
span { border-color: #FCE092; }
span { border-color: rgb(252,224,146); }
td.TdClassName
{
border-color: #FCE092;
}
.TagClassName
{
border-color: #FCE092;
}
</style>