Shades of Vis Vis #FDE497
Tints of Vis Vis #FDE497
RGB
CMYK
RGB Variations
Color information
#FDE497 (or 0xFDE497) is known color: Vis Vis. HEX triplet: FD, E4 and 97. RGB value is (253,228,151). Sum of RGB (Red+Green+Blue) = 253+228+151=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE497 is #021B68. Grayscale: #E3E3E3. Windows color (decimal): -138089 or 9954557. OLE color: 9954557.
HSL color Cylindrical-coordinate representation of color #FDE497: hue angle of 45.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDE497 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 151 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.01 |
| HSL | 45.29º | 0.96% | 0.79% | - |
| HSV(B) | 45.29º | 0.4% | 0.99% | - |
| XYZ | 73.84 | 78.6 | 40.56 | - |
| YUV | 226.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 151 | 0 | 0.10 | 0.40 | 0.01 | 45.29 | 0.96 | 0.79 |
| Hex | FD | E4 | 97 | 0 | A | 28 | 1 | 2D | 60 | 4F |
| Octal | 375 | 344 | 227 | 0 | 12 | 50 | 1 | 55 | 140 | 117 |
| Binary | 11111101 | 11100100 | 10010111 | 0 | 1010 | 101000 | 1 | 101101 | 1100000 | 1001111 |
Color Harmonies of #FDE497
Complementary color
Monochromatic Colors of #FDE497
Black with #FDE497
Text Example
Text Example
White with #FDE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE497; }
p { color: rgb(253,228,151); }
H1.HeaderClassName
{
color: #FDE497;
}
.AnyTagClassName
{
color: #FDE497;
}
</style>
background-color css
<style>
a { background-color: #FDE497; }
a { background-color: rgb(253,228,151); }
div.DivClassName
{
background-color: #FDE497;
}
.BgClassName
{
background-color: #FDE497;
}
</style>
border-color css
<style>
span { border-color: #FDE497; }
span { border-color: rgb(253,228,151); }
td.TdClassName
{
border-color: #FDE497;
}
.TagClassName
{
border-color: #FDE497;
}
</style>