Shades of Vis Vis #F5E090
Tints of Vis Vis #F5E090
RGB
CMYK
RGB Variations
Color information
#F5E090 (or 0xF5E090) is known color: Vis Vis. HEX triplet: F5, E0 and 90. RGB value is (245,224,144). Sum of RGB (Red+Green+Blue) = 245+224+144=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E090 is #0A1F6F. Grayscale: #DDDDDD. Windows color (decimal): -663408 or 9494773. OLE color: 9494773.
HSL color Cylindrical-coordinate representation of color #F5E090: hue angle of 47.52º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5E090 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 144 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.04 |
| HSL | 47.52º | 0.83% | 0.76% | - |
| HSV(B) | 47.52º | 0.41% | 0.96% | - |
| XYZ | 69.35 | 74.74 | 37.16 | - |
| YUV | 221.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 144 | 0 | 0.09 | 0.41 | 0.04 | 47.52 | 0.83 | 0.76 |
| Hex | F5 | E0 | 90 | 0 | 9 | 29 | 4 | 30 | 53 | 4C |
| Octal | 365 | 340 | 220 | 0 | 11 | 51 | 4 | 60 | 123 | 114 |
| Binary | 11110101 | 11100000 | 10010000 | 0 | 1001 | 101001 | 100 | 110000 | 1010011 | 1001100 |
Color Harmonies of #F5E090
Complementary color
Monochromatic Colors of #F5E090
Black with #F5E090
Text Example
Text Example
White with #F5E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E090; }
p { color: rgb(245,224,144); }
H1.HeaderClassName
{
color: #F5E090;
}
.AnyTagClassName
{
color: #F5E090;
}
</style>
background-color css
<style>
a { background-color: #F5E090; }
a { background-color: rgb(245,224,144); }
div.DivClassName
{
background-color: #F5E090;
}
.BgClassName
{
background-color: #F5E090;
}
</style>
border-color css
<style>
span { border-color: #F5E090; }
span { border-color: rgb(245,224,144); }
td.TdClassName
{
border-color: #F5E090;
}
.TagClassName
{
border-color: #F5E090;
}
</style>