Shades of Vis Vis #FDE089
Tints of Vis Vis #FDE089
RGB
CMYK
RGB Variations
Color information
#FDE089 (or 0xFDE089) is known color: Vis Vis. HEX triplet: FD, E0 and 89. RGB value is (253,224,137). Sum of RGB (Red+Green+Blue) = 253+224+137=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 137 (53.91% from 255 or 22.31% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE089 is #021F76. Grayscale: #DFDFDF. Windows color (decimal): -139127 or 9036029. OLE color: 9036029.
HSL color Cylindrical-coordinate representation of color #FDE089: hue angle of 45º degrees, saturation: 0.97, 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 #FDE089 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 137 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 45º | 0.97% | 0.76% | - |
| HSV(B) | 45º | 0.46% | 0.99% | - |
| XYZ | 71.68 | 76 | 34.56 | - |
| YUV | 222.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 137 | 0 | 0.11 | 0.46 | 0.01 | 45 | 0.97 | 0.76 |
| Hex | FD | E0 | 89 | 0 | B | 2E | 1 | 2D | 61 | 4C |
| Octal | 375 | 340 | 211 | 0 | 13 | 56 | 1 | 55 | 141 | 114 |
| Binary | 11111101 | 11100000 | 10001001 | 0 | 1011 | 101110 | 1 | 101101 | 1100001 | 1001100 |
Color Harmonies of #FDE089
Complementary color
Monochromatic Colors of #FDE089
Black with #FDE089
Text Example
Text Example
White with #FDE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE089; }
p { color: rgb(253,224,137); }
H1.HeaderClassName
{
color: #FDE089;
}
.AnyTagClassName
{
color: #FDE089;
}
</style>
background-color css
<style>
a { background-color: #FDE089; }
a { background-color: rgb(253,224,137); }
div.DivClassName
{
background-color: #FDE089;
}
.BgClassName
{
background-color: #FDE089;
}
</style>
border-color css
<style>
span { border-color: #FDE089; }
span { border-color: rgb(253,224,137); }
td.TdClassName
{
border-color: #FDE089;
}
.TagClassName
{
border-color: #FDE089;
}
</style>