Shades of Vis Vis #F9E292
Tints of Vis Vis #F9E292
RGB
CMYK
RGB Variations
Color information
#F9E292 (or 0xF9E292) is known color: Vis Vis. HEX triplet: F9, E2 and 92. RGB value is (249,226,146). Sum of RGB (Red+Green+Blue) = 249+226+146=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E292 is #061D6D. Grayscale: #E0E0E0. Windows color (decimal): -400750 or 9626361. OLE color: 9626361.
HSL color Cylindrical-coordinate representation of color #F9E292: hue angle of 46.6º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9E292 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 146 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.02 |
| HSL | 46.6º | 0.9% | 0.77% | - |
| HSV(B) | 46.6º | 0.41% | 0.98% | - |
| XYZ | 71.45 | 76.61 | 38.22 | - |
| YUV | 223.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 146 | 0 | 0.09 | 0.41 | 0.02 | 46.6 | 0.9 | 0.77 |
| Hex | F9 | E2 | 92 | 0 | 9 | 29 | 2 | 2F | 5A | 4D |
| Octal | 371 | 342 | 222 | 0 | 11 | 51 | 2 | 57 | 132 | 115 |
| Binary | 11111001 | 11100010 | 10010010 | 0 | 1001 | 101001 | 10 | 101111 | 1011010 | 1001101 |
Color Harmonies of #F9E292
Complementary color
Monochromatic Colors of #F9E292
Black with #F9E292
Text Example
Text Example
White with #F9E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E292; }
p { color: rgb(249,226,146); }
H1.HeaderClassName
{
color: #F9E292;
}
.AnyTagClassName
{
color: #F9E292;
}
</style>
background-color css
<style>
a { background-color: #F9E292; }
a { background-color: rgb(249,226,146); }
div.DivClassName
{
background-color: #F9E292;
}
.BgClassName
{
background-color: #F9E292;
}
</style>
border-color css
<style>
span { border-color: #F9E292; }
span { border-color: rgb(249,226,146); }
td.TdClassName
{
border-color: #F9E292;
}
.TagClassName
{
border-color: #F9E292;
}
</style>