Shades of Vis Vis #F4E29D
Tints of Vis Vis #F4E29D
RGB
CMYK
RGB Variations
Color information
#F4E29D (or 0xF4E29D) is known color: Vis Vis. HEX triplet: F4, E2 and 9D. RGB value is (244,226,157). Sum of RGB (Red+Green+Blue) = 244+226+157=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E29D is #0B1D62. Grayscale: #DFDFDF. Windows color (decimal): -728419 or 10347252. OLE color: 10347252.
HSL color Cylindrical-coordinate representation of color #F4E29D: hue angle of 47.59º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4E29D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 157 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.04 |
| HSL | 47.59º | 0.8% | 0.79% | - |
| HSV(B) | 47.59º | 0.36% | 0.96% | - |
| XYZ | 70.59 | 76.06 | 42.86 | - |
| YUV | 223.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 157 | 0 | 0.07 | 0.36 | 0.04 | 47.59 | 0.8 | 0.79 |
| Hex | F4 | E2 | 9D | 0 | 7 | 24 | 4 | 30 | 50 | 4F |
| Octal | 364 | 342 | 235 | 0 | 7 | 44 | 4 | 60 | 120 | 117 |
| Binary | 11110100 | 11100010 | 10011101 | 0 | 111 | 100100 | 100 | 110000 | 1010000 | 1001111 |
Color Harmonies of #F4E29D
Complementary color
Monochromatic Colors of #F4E29D
Black with #F4E29D
Text Example
Text Example
White with #F4E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E29D; }
p { color: rgb(244,226,157); }
H1.HeaderClassName
{
color: #F4E29D;
}
.AnyTagClassName
{
color: #F4E29D;
}
</style>
background-color css
<style>
a { background-color: #F4E29D; }
a { background-color: rgb(244,226,157); }
div.DivClassName
{
background-color: #F4E29D;
}
.BgClassName
{
background-color: #F4E29D;
}
</style>
border-color css
<style>
span { border-color: #F4E29D; }
span { border-color: rgb(244,226,157); }
td.TdClassName
{
border-color: #F4E29D;
}
.TagClassName
{
border-color: #F4E29D;
}
</style>