Shades of Vis Vis #FDE492
Tints of Vis Vis #FDE492
RGB
CMYK
RGB Variations
Color information
#FDE492 (or 0xFDE492) is known color: Vis Vis. HEX triplet: FD, E4 and 92. RGB value is (253,228,146). Sum of RGB (Red+Green+Blue) = 253+228+146=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 146 (57.42% from 255 or 23.29% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE492 is #021B6D. Grayscale: #E2E2E2. Windows color (decimal): -138094 or 9626877. OLE color: 9626877.
HSL color Cylindrical-coordinate representation of color #FDE492: hue angle of 45.98º degrees, saturation: 0.96, 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 #FDE492 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 146 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.01 |
| HSL | 45.98º | 0.96% | 0.78% | - |
| HSV(B) | 45.98º | 0.42% | 0.99% | - |
| XYZ | 73.44 | 78.44 | 38.46 | - |
| YUV | 226.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 146 | 0 | 0.10 | 0.42 | 0.01 | 45.98 | 0.96 | 0.78 |
| Hex | FD | E4 | 92 | 0 | A | 2A | 1 | 2E | 60 | 4E |
| Octal | 375 | 344 | 222 | 0 | 12 | 52 | 1 | 56 | 140 | 116 |
| Binary | 11111101 | 11100100 | 10010010 | 0 | 1010 | 101010 | 1 | 101110 | 1100000 | 1001110 |
Color Harmonies of #FDE492
Complementary color
Monochromatic Colors of #FDE492
Black with #FDE492
Text Example
Text Example
White with #FDE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE492; }
p { color: rgb(253,228,146); }
H1.HeaderClassName
{
color: #FDE492;
}
.AnyTagClassName
{
color: #FDE492;
}
</style>
background-color css
<style>
a { background-color: #FDE492; }
a { background-color: rgb(253,228,146); }
div.DivClassName
{
background-color: #FDE492;
}
.BgClassName
{
background-color: #FDE492;
}
</style>
border-color css
<style>
span { border-color: #FDE492; }
span { border-color: rgb(253,228,146); }
td.TdClassName
{
border-color: #FDE492;
}
.TagClassName
{
border-color: #FDE492;
}
</style>