Shades of Vis Vis #FDE390
Tints of Vis Vis #FDE390
RGB
CMYK
RGB Variations
Color information
#FDE390 (or 0xFDE390) is known color: Vis Vis. HEX triplet: FD, E3 and 90. RGB value is (253,227,144). Sum of RGB (Red+Green+Blue) = 253+227+144=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 144 (56.64% from 255 or 23.08% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE390 is #021C6F. Grayscale: #E1E1E1. Windows color (decimal): -138352 or 9495549. OLE color: 9495549.
HSL color Cylindrical-coordinate representation of color #FDE390: hue angle of 45.69º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE390 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 144 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.01 |
| HSL | 45.69º | 0.96% | 0.78% | - |
| HSV(B) | 45.69º | 0.43% | 0.99% | - |
| XYZ | 73.01 | 77.83 | 37.56 | - |
| YUV | 225.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 144 | 0 | 0.10 | 0.43 | 0.01 | 45.69 | 0.96 | 0.78 |
| Hex | FD | E3 | 90 | 0 | A | 2B | 1 | 2E | 60 | 4E |
| Octal | 375 | 343 | 220 | 0 | 12 | 53 | 1 | 56 | 140 | 116 |
| Binary | 11111101 | 11100011 | 10010000 | 0 | 1010 | 101011 | 1 | 101110 | 1100000 | 1001110 |
Color Harmonies of #FDE390
Complementary color
Monochromatic Colors of #FDE390
Black with #FDE390
Text Example
Text Example
White with #FDE390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE390; }
p { color: rgb(253,227,144); }
H1.HeaderClassName
{
color: #FDE390;
}
.AnyTagClassName
{
color: #FDE390;
}
</style>
background-color css
<style>
a { background-color: #FDE390; }
a { background-color: rgb(253,227,144); }
div.DivClassName
{
background-color: #FDE390;
}
.BgClassName
{
background-color: #FDE390;
}
</style>
border-color css
<style>
span { border-color: #FDE390; }
span { border-color: rgb(253,227,144); }
td.TdClassName
{
border-color: #FDE390;
}
.TagClassName
{
border-color: #FDE390;
}
</style>