Shades of Vis Vis #FCE089
Tints of Vis Vis #FCE089
RGB
CMYK
RGB Variations
Color information
#FCE089 (or 0xFCE089) is known color: Vis Vis. HEX triplet: FC, E0 and 89. RGB value is (252,224,137). Sum of RGB (Red+Green+Blue) = 252+224+137=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE089 is #031F76. Grayscale: #DEDEDE. Windows color (decimal): -204663 or 9036028. OLE color: 9036028.
HSL color Cylindrical-coordinate representation of color #FCE089: hue angle of 45.39º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE089 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 137 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45.39º | 0.95% | 0.76% | - |
| HSV(B) | 45.39º | 0.46% | 0.99% | - |
| XYZ | 71.32 | 75.81 | 34.54 | - |
| YUV | 222.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 137 | 0 | 0.11 | 0.46 | 0.01 | 45.39 | 0.95 | 0.76 |
| Hex | FC | E0 | 89 | 0 | B | 2E | 1 | 2D | 5F | 4C |
| Octal | 374 | 340 | 211 | 0 | 13 | 56 | 1 | 55 | 137 | 114 |
| Binary | 11111100 | 11100000 | 10001001 | 0 | 1011 | 101110 | 1 | 101101 | 1011111 | 1001100 |
Color Harmonies of #FCE089
Complementary color
Monochromatic Colors of #FCE089
Black with #FCE089
Text Example
Text Example
White with #FCE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE089; }
p { color: rgb(252,224,137); }
H1.HeaderClassName
{
color: #FCE089;
}
.AnyTagClassName
{
color: #FCE089;
}
</style>
background-color css
<style>
a { background-color: #FCE089; }
a { background-color: rgb(252,224,137); }
div.DivClassName
{
background-color: #FCE089;
}
.BgClassName
{
background-color: #FCE089;
}
</style>
border-color css
<style>
span { border-color: #FCE089; }
span { border-color: rgb(252,224,137); }
td.TdClassName
{
border-color: #FCE089;
}
.TagClassName
{
border-color: #FCE089;
}
</style>