Shades of Vis Vis #F7E292
Tints of Vis Vis #F7E292
RGB
CMYK
RGB Variations
Color information
#F7E292 (or 0xF7E292) is known color: Vis Vis. HEX triplet: F7, E2 and 92. RGB value is (247,226,146). Sum of RGB (Red+Green+Blue) = 247+226+146=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E292 is #081D6D. Grayscale: #DFDFDF. Windows color (decimal): -531822 or 9626359. OLE color: 9626359.
HSL color Cylindrical-coordinate representation of color #F7E292: hue angle of 47.52º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F7E292 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 146 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.03 |
| HSL | 47.52º | 0.86% | 0.77% | - |
| HSV(B) | 47.52º | 0.41% | 0.97% | - |
| XYZ | 70.74 | 76.24 | 38.18 | - |
| YUV | 223.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 146 | 0 | 0.09 | 0.41 | 0.03 | 47.52 | 0.86 | 0.77 |
| Hex | F7 | E2 | 92 | 0 | 9 | 29 | 3 | 30 | 56 | 4D |
| Octal | 367 | 342 | 222 | 0 | 11 | 51 | 3 | 60 | 126 | 115 |
| Binary | 11110111 | 11100010 | 10010010 | 0 | 1001 | 101001 | 11 | 110000 | 1010110 | 1001101 |
Color Harmonies of #F7E292
Complementary color
Monochromatic Colors of #F7E292
Black with #F7E292
Text Example
Text Example
White with #F7E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E292; }
p { color: rgb(247,226,146); }
H1.HeaderClassName
{
color: #F7E292;
}
.AnyTagClassName
{
color: #F7E292;
}
</style>
background-color css
<style>
a { background-color: #F7E292; }
a { background-color: rgb(247,226,146); }
div.DivClassName
{
background-color: #F7E292;
}
.BgClassName
{
background-color: #F7E292;
}
</style>
border-color css
<style>
span { border-color: #F7E292; }
span { border-color: rgb(247,226,146); }
td.TdClassName
{
border-color: #F7E292;
}
.TagClassName
{
border-color: #F7E292;
}
</style>