Shades of Vis Vis #F2E092
Tints of Vis Vis #F2E092
RGB
CMYK
RGB Variations
Color information
#F2E092 (or 0xF2E092) is known color: Vis Vis. HEX triplet: F2, E0 and 92. RGB value is (242,224,146). Sum of RGB (Red+Green+Blue) = 242+224+146=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E092 is #0D1F6D. Grayscale: #DCDCDC. Windows color (decimal): -860014 or 9625842. OLE color: 9625842.
HSL color Cylindrical-coordinate representation of color #F2E092: hue angle of 48.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2E092 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 146 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.05 |
| HSL | 48.75º | 0.79% | 0.76% | - |
| HSV(B) | 48.75º | 0.4% | 0.95% | - |
| XYZ | 68.46 | 74.26 | 37.92 | - |
| YUV | 220.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 146 | 0 | 0.07 | 0.40 | 0.05 | 48.75 | 0.79 | 0.76 |
| Hex | F2 | E0 | 92 | 0 | 7 | 28 | 5 | 31 | 4F | 4C |
| Octal | 362 | 340 | 222 | 0 | 7 | 50 | 5 | 61 | 117 | 114 |
| Binary | 11110010 | 11100000 | 10010010 | 0 | 111 | 101000 | 101 | 110001 | 1001111 | 1001100 |
Color Harmonies of #F2E092
Complementary color
Monochromatic Colors of #F2E092
Black with #F2E092
Text Example
Text Example
White with #F2E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E092; }
p { color: rgb(242,224,146); }
H1.HeaderClassName
{
color: #F2E092;
}
.AnyTagClassName
{
color: #F2E092;
}
</style>
background-color css
<style>
a { background-color: #F2E092; }
a { background-color: rgb(242,224,146); }
div.DivClassName
{
background-color: #F2E092;
}
.BgClassName
{
background-color: #F2E092;
}
</style>
border-color css
<style>
span { border-color: #F2E092; }
span { border-color: rgb(242,224,146); }
td.TdClassName
{
border-color: #F2E092;
}
.TagClassName
{
border-color: #F2E092;
}
</style>