Shades of Vis Vis #F8E28D
Tints of Vis Vis #F8E28D
RGB
CMYK
RGB Variations
Color information
#F8E28D (or 0xF8E28D) is known color: Vis Vis. HEX triplet: F8, E2 and 8D. RGB value is (248,226,141). Sum of RGB (Red+Green+Blue) = 248+226+141=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E28D is #071D72. Grayscale: #DFDFDF. Windows color (decimal): -466291 or 9298680. OLE color: 9298680.
HSL color Cylindrical-coordinate representation of color #F8E28D: hue angle of 47.66º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8E28D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 141 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.03 |
| HSL | 47.66º | 0.88% | 0.76% | - |
| HSV(B) | 47.66º | 0.43% | 0.97% | - |
| XYZ | 70.72 | 76.27 | 36.19 | - |
| YUV | 222.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 141 | 0 | 0.09 | 0.43 | 0.03 | 47.66 | 0.88 | 0.76 |
| Hex | F8 | E2 | 8D | 0 | 9 | 2B | 3 | 30 | 58 | 4C |
| Octal | 370 | 342 | 215 | 0 | 11 | 53 | 3 | 60 | 130 | 114 |
| Binary | 11111000 | 11100010 | 10001101 | 0 | 1001 | 101011 | 11 | 110000 | 1011000 | 1001100 |
Color Harmonies of #F8E28D
Complementary color
Monochromatic Colors of #F8E28D
Black with #F8E28D
Text Example
Text Example
White with #F8E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E28D; }
p { color: rgb(248,226,141); }
H1.HeaderClassName
{
color: #F8E28D;
}
.AnyTagClassName
{
color: #F8E28D;
}
</style>
background-color css
<style>
a { background-color: #F8E28D; }
a { background-color: rgb(248,226,141); }
div.DivClassName
{
background-color: #F8E28D;
}
.BgClassName
{
background-color: #F8E28D;
}
</style>
border-color css
<style>
span { border-color: #F8E28D; }
span { border-color: rgb(248,226,141); }
td.TdClassName
{
border-color: #F8E28D;
}
.TagClassName
{
border-color: #F8E28D;
}
</style>