Shades of Vis Vis #FEE08B
Tints of Vis Vis #FEE08B
RGB
CMYK
RGB Variations
Color information
#FEE08B (or 0xFEE08B) is known color: Vis Vis. HEX triplet: FE, E0 and 8B. RGB value is (254,224,139). Sum of RGB (Red+Green+Blue) = 254+224+139=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE08B is #011F74. Grayscale: #DFDFDF. Windows color (decimal): -73589 or 9167102. OLE color: 9167102.
HSL color Cylindrical-coordinate representation of color #FEE08B: hue angle of 44.35º 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 #FEE08B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 139 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.00 |
| HSL | 44.35º | 0.98% | 0.77% | - |
| HSV(B) | 44.35º | 0.45% | 1% | - |
| XYZ | 72.19 | 76.25 | 35.34 | - |
| YUV | 223.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 139 | 0 | 0.12 | 0.45 | 0.00 | 44.35 | 0.98 | 0.77 |
| Hex | FE | E0 | 8B | 0 | C | 2D | 0 | 2C | 62 | 4D |
| Octal | 376 | 340 | 213 | 0 | 14 | 55 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11100000 | 10001011 | 0 | 1100 | 101101 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEE08B
Complementary color
Monochromatic Colors of #FEE08B
Black with #FEE08B
Text Example
Text Example
White with #FEE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE08B; }
p { color: rgb(254,224,139); }
H1.HeaderClassName
{
color: #FEE08B;
}
.AnyTagClassName
{
color: #FEE08B;
}
</style>
background-color css
<style>
a { background-color: #FEE08B; }
a { background-color: rgb(254,224,139); }
div.DivClassName
{
background-color: #FEE08B;
}
.BgClassName
{
background-color: #FEE08B;
}
</style>
border-color css
<style>
span { border-color: #FEE08B; }
span { border-color: rgb(254,224,139); }
td.TdClassName
{
border-color: #FEE08B;
}
.TagClassName
{
border-color: #FEE08B;
}
</style>