Shades of Vis Vis #F8E490
Tints of Vis Vis #F8E490
RGB
CMYK
RGB Variations
Color information
#F8E490 (or 0xF8E490) is known color: Vis Vis. HEX triplet: F8, E4 and 90. RGB value is (248,228,144). Sum of RGB (Red+Green+Blue) = 248+228+144=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E490 is #071B6F. Grayscale: #E0E0E0. Windows color (decimal): -465776 or 9495800. OLE color: 9495800.
HSL color Cylindrical-coordinate representation of color #F8E490: hue angle of 48.46º degrees, saturation: 0.88, 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 #F8E490 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 144 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.03 |
| HSL | 48.46º | 0.88% | 0.77% | - |
| HSV(B) | 48.46º | 0.42% | 0.97% | - |
| XYZ | 71.49 | 77.46 | 37.57 | - |
| YUV | 224.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 144 | 0 | 0.08 | 0.42 | 0.03 | 48.46 | 0.88 | 0.77 |
| Hex | F8 | E4 | 90 | 0 | 8 | 2A | 3 | 30 | 58 | 4D |
| Octal | 370 | 344 | 220 | 0 | 10 | 52 | 3 | 60 | 130 | 115 |
| Binary | 11111000 | 11100100 | 10010000 | 0 | 1000 | 101010 | 11 | 110000 | 1011000 | 1001101 |
Color Harmonies of #F8E490
Complementary color
Monochromatic Colors of #F8E490
Black with #F8E490
Text Example
Text Example
White with #F8E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E490; }
p { color: rgb(248,228,144); }
H1.HeaderClassName
{
color: #F8E490;
}
.AnyTagClassName
{
color: #F8E490;
}
</style>
background-color css
<style>
a { background-color: #F8E490; }
a { background-color: rgb(248,228,144); }
div.DivClassName
{
background-color: #F8E490;
}
.BgClassName
{
background-color: #F8E490;
}
</style>
border-color css
<style>
span { border-color: #F8E490; }
span { border-color: rgb(248,228,144); }
td.TdClassName
{
border-color: #F8E490;
}
.TagClassName
{
border-color: #F8E490;
}
</style>