Shades of Vis Vis #FBE68A
Tints of Vis Vis #FBE68A
RGB
CMYK
RGB Variations
Color information
#FBE68A (or 0xFBE68A) is known color: Vis Vis. HEX triplet: FB, E6 and 8A. RGB value is (251,230,138). Sum of RGB (Red+Green+Blue) = 251+230+138=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE68A is #041975. Grayscale: #E2E2E2. Windows color (decimal): -268662 or 9103099. OLE color: 9103099.
HSL color Cylindrical-coordinate representation of color #FBE68A: hue angle of 48.85º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBE68A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 138 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 48.85º | 0.93% | 0.76% | - |
| HSV(B) | 48.85º | 0.45% | 0.98% | - |
| XYZ | 72.67 | 78.94 | 35.45 | - |
| YUV | 225.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 138 | 0 | 0.08 | 0.45 | 0.02 | 48.85 | 0.93 | 0.76 |
| Hex | FB | E6 | 8A | 0 | 8 | 2D | 2 | 31 | 5D | 4C |
| Octal | 373 | 346 | 212 | 0 | 10 | 55 | 2 | 61 | 135 | 114 |
| Binary | 11111011 | 11100110 | 10001010 | 0 | 1000 | 101101 | 10 | 110001 | 1011101 | 1001100 |
Color Harmonies of #FBE68A
Complementary color
Monochromatic Colors of #FBE68A
Black with #FBE68A
Text Example
Text Example
White with #FBE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE68A; }
p { color: rgb(251,230,138); }
H1.HeaderClassName
{
color: #FBE68A;
}
.AnyTagClassName
{
color: #FBE68A;
}
</style>
background-color css
<style>
a { background-color: #FBE68A; }
a { background-color: rgb(251,230,138); }
div.DivClassName
{
background-color: #FBE68A;
}
.BgClassName
{
background-color: #FBE68A;
}
</style>
border-color css
<style>
span { border-color: #FBE68A; }
span { border-color: rgb(251,230,138); }
td.TdClassName
{
border-color: #FBE68A;
}
.TagClassName
{
border-color: #FBE68A;
}
</style>