Shades of Vis Vis #FAE68B
Tints of Vis Vis #FAE68B
RGB
CMYK
RGB Variations
Color information
#FAE68B (or 0xFAE68B) is known color: Vis Vis. HEX triplet: FA, E6 and 8B. RGB value is (250,230,139). Sum of RGB (Red+Green+Blue) = 250+230+139=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68B is #051974. Grayscale: #E1E1E1. Windows color (decimal): -334197 or 9168634. OLE color: 9168634.
HSL color Cylindrical-coordinate representation of color #FAE68B: hue angle of 49.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAE68B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 139 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 49.19º | 0.92% | 0.76% | - |
| HSV(B) | 49.19º | 0.44% | 0.98% | - |
| XYZ | 72.38 | 78.78 | 35.82 | - |
| YUV | 225.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 139 | 0 | 0.08 | 0.44 | 0.02 | 49.19 | 0.92 | 0.76 |
| Hex | FA | E6 | 8B | 0 | 8 | 2C | 2 | 31 | 5C | 4C |
| Octal | 372 | 346 | 213 | 0 | 10 | 54 | 2 | 61 | 134 | 114 |
| Binary | 11111010 | 11100110 | 10001011 | 0 | 1000 | 101100 | 10 | 110001 | 1011100 | 1001100 |
Color Harmonies of #FAE68B
Complementary color
Monochromatic Colors of #FAE68B
Black with #FAE68B
Text Example
Text Example
White with #FAE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE68B; }
p { color: rgb(250,230,139); }
H1.HeaderClassName
{
color: #FAE68B;
}
.AnyTagClassName
{
color: #FAE68B;
}
</style>
background-color css
<style>
a { background-color: #FAE68B; }
a { background-color: rgb(250,230,139); }
div.DivClassName
{
background-color: #FAE68B;
}
.BgClassName
{
background-color: #FAE68B;
}
</style>
border-color css
<style>
span { border-color: #FAE68B; }
span { border-color: rgb(250,230,139); }
td.TdClassName
{
border-color: #FAE68B;
}
.TagClassName
{
border-color: #FAE68B;
}
</style>