Shades of Vis Vis #F1E395
Tints of Vis Vis #F1E395
RGB
CMYK
RGB Variations
Color information
#F1E395 (or 0xF1E395) is known color: Vis Vis. HEX triplet: F1, E3 and 95. RGB value is (241,227,149). Sum of RGB (Red+Green+Blue) = 241+227+149=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E395 is #0E1C6A. Grayscale: #DEDEDE. Windows color (decimal): -924779 or 9823217. OLE color: 9823217.
HSL color Cylindrical-coordinate representation of color #F1E395: hue angle of 50.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E395 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 149 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.05 |
| HSL | 50.87º | 0.77% | 0.76% | - |
| HSV(B) | 50.87º | 0.38% | 0.95% | - |
| XYZ | 69.17 | 75.81 | 39.42 | - |
| YUV | 222.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 149 | 0 | 0.06 | 0.38 | 0.05 | 50.87 | 0.77 | 0.76 |
| Hex | F1 | E3 | 95 | 0 | 6 | 26 | 5 | 33 | 4D | 4C |
| Octal | 361 | 343 | 225 | 0 | 6 | 46 | 5 | 63 | 115 | 114 |
| Binary | 11110001 | 11100011 | 10010101 | 0 | 110 | 100110 | 101 | 110011 | 1001101 | 1001100 |
Color Harmonies of #F1E395
Complementary color
Monochromatic Colors of #F1E395
Black with #F1E395
Text Example
Text Example
White with #F1E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E395; }
p { color: rgb(241,227,149); }
H1.HeaderClassName
{
color: #F1E395;
}
.AnyTagClassName
{
color: #F1E395;
}
</style>
background-color css
<style>
a { background-color: #F1E395; }
a { background-color: rgb(241,227,149); }
div.DivClassName
{
background-color: #F1E395;
}
.BgClassName
{
background-color: #F1E395;
}
</style>
border-color css
<style>
span { border-color: #F1E395; }
span { border-color: rgb(241,227,149); }
td.TdClassName
{
border-color: #F1E395;
}
.TagClassName
{
border-color: #F1E395;
}
</style>