Shades of Vis Vis #FEE68B
Tints of Vis Vis #FEE68B
RGB
CMYK
RGB Variations
Color information
#FEE68B (or 0xFEE68B) is known color: Vis Vis. HEX triplet: FE, E6 and 8B. RGB value is (254,230,139). Sum of RGB (Red+Green+Blue) = 254+230+139=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE68B is #011974. Grayscale: #E3E3E3. Windows color (decimal): -72053 or 9168638. OLE color: 9168638.
HSL color Cylindrical-coordinate representation of color #FEE68B: hue angle of 47.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEE68B is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 139 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.00 |
| HSL | 47.48º | 0.98% | 0.77% | - |
| HSV(B) | 47.48º | 0.45% | 1% | - |
| XYZ | 73.83 | 79.53 | 35.89 | - |
| YUV | 226.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 139 | 0 | 0.09 | 0.45 | 0.00 | 47.48 | 0.98 | 0.77 |
| Hex | FE | E6 | 8B | 0 | 9 | 2D | 0 | 2F | 62 | 4D |
| Octal | 376 | 346 | 213 | 0 | 11 | 55 | 0 | 57 | 142 | 115 |
| Binary | 11111110 | 11100110 | 10001011 | 0 | 1001 | 101101 | 0 | 101111 | 1100010 | 1001101 |
Color Harmonies of #FEE68B
Complementary color
Monochromatic Colors of #FEE68B
Black with #FEE68B
Text Example
Text Example
White with #FEE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE68B; }
p { color: rgb(254,230,139); }
H1.HeaderClassName
{
color: #FEE68B;
}
.AnyTagClassName
{
color: #FEE68B;
}
</style>
background-color css
<style>
a { background-color: #FEE68B; }
a { background-color: rgb(254,230,139); }
div.DivClassName
{
background-color: #FEE68B;
}
.BgClassName
{
background-color: #FEE68B;
}
</style>
border-color css
<style>
span { border-color: #FEE68B; }
span { border-color: rgb(254,230,139); }
td.TdClassName
{
border-color: #FEE68B;
}
.TagClassName
{
border-color: #FEE68B;
}
</style>