Shades of Vis Vis #F8E68E
Tints of Vis Vis #F8E68E
RGB
CMYK
RGB Variations
Color information
#F8E68E (or 0xF8E68E) is known color: Vis Vis. HEX triplet: F8, E6 and 8E. RGB value is (248,230,142). Sum of RGB (Red+Green+Blue) = 248+230+142=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 142 (55.86% from 255 or 22.90% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E68E is #071971. Grayscale: #E1E1E1. Windows color (decimal): -465266 or 9365240. OLE color: 9365240.
HSL color Cylindrical-coordinate representation of color #F8E68E: hue angle of 49.81º 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 #F8E68E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 142 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.03 |
| HSL | 49.81º | 0.88% | 0.76% | - |
| HSV(B) | 49.81º | 0.43% | 0.97% | - |
| XYZ | 71.89 | 78.5 | 36.95 | - |
| YUV | 225.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 142 | 0 | 0.07 | 0.43 | 0.03 | 49.81 | 0.88 | 0.76 |
| Hex | F8 | E6 | 8E | 0 | 7 | 2B | 3 | 32 | 58 | 4C |
| Octal | 370 | 346 | 216 | 0 | 7 | 53 | 3 | 62 | 130 | 114 |
| Binary | 11111000 | 11100110 | 10001110 | 0 | 111 | 101011 | 11 | 110010 | 1011000 | 1001100 |
Color Harmonies of #F8E68E
Complementary color
Monochromatic Colors of #F8E68E
Black with #F8E68E
Text Example
Text Example
White with #F8E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E68E; }
p { color: rgb(248,230,142); }
H1.HeaderClassName
{
color: #F8E68E;
}
.AnyTagClassName
{
color: #F8E68E;
}
</style>
background-color css
<style>
a { background-color: #F8E68E; }
a { background-color: rgb(248,230,142); }
div.DivClassName
{
background-color: #F8E68E;
}
.BgClassName
{
background-color: #F8E68E;
}
</style>
border-color css
<style>
span { border-color: #F8E68E; }
span { border-color: rgb(248,230,142); }
td.TdClassName
{
border-color: #F8E68E;
}
.TagClassName
{
border-color: #F8E68E;
}
</style>