Shades of Vis Vis #F7E290
Tints of Vis Vis #F7E290
RGB
CMYK
RGB Variations
Color information
#F7E290 (or 0xF7E290) is known color: Vis Vis. HEX triplet: F7, E2 and 90. RGB value is (247,226,144). Sum of RGB (Red+Green+Blue) = 247+226+144=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E290 is #081D6F. Grayscale: #DFDFDF. Windows color (decimal): -531824 or 9495287. OLE color: 9495287.
HSL color Cylindrical-coordinate representation of color #F7E290: hue angle of 47.77º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7E290 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 144 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.03 |
| HSL | 47.77º | 0.87% | 0.77% | - |
| HSV(B) | 47.77º | 0.42% | 0.97% | - |
| XYZ | 70.59 | 76.18 | 37.37 | - |
| YUV | 222.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 144 | 0 | 0.09 | 0.42 | 0.03 | 47.77 | 0.87 | 0.77 |
| Hex | F7 | E2 | 90 | 0 | 9 | 2A | 3 | 30 | 57 | 4D |
| Octal | 367 | 342 | 220 | 0 | 11 | 52 | 3 | 60 | 127 | 115 |
| Binary | 11110111 | 11100010 | 10010000 | 0 | 1001 | 101010 | 11 | 110000 | 1010111 | 1001101 |
Color Harmonies of #F7E290
Complementary color
Monochromatic Colors of #F7E290
Black with #F7E290
Text Example
Text Example
White with #F7E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E290; }
p { color: rgb(247,226,144); }
H1.HeaderClassName
{
color: #F7E290;
}
.AnyTagClassName
{
color: #F7E290;
}
</style>
background-color css
<style>
a { background-color: #F7E290; }
a { background-color: rgb(247,226,144); }
div.DivClassName
{
background-color: #F7E290;
}
.BgClassName
{
background-color: #F7E290;
}
</style>
border-color css
<style>
span { border-color: #F7E290; }
span { border-color: rgb(247,226,144); }
td.TdClassName
{
border-color: #F7E290;
}
.TagClassName
{
border-color: #F7E290;
}
</style>