Shades of Vis Vis #FAE098
Tints of Vis Vis #FAE098
RGB
CMYK
RGB Variations
Color information
#FAE098 (or 0xFAE098) is known color: Vis Vis. HEX triplet: FA, E0 and 98. RGB value is (250,224,152). Sum of RGB (Red+Green+Blue) = 250+224+152=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE098 is #051F67. Grayscale: #DFDFDF. Windows color (decimal): -335720 or 10019066. OLE color: 10019066.
HSL color Cylindrical-coordinate representation of color #FAE098: hue angle of 44.08º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAE098 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 152 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.02 |
| HSL | 44.08º | 0.91% | 0.79% | - |
| HSV(B) | 44.08º | 0.39% | 0.98% | - |
| XYZ | 71.75 | 75.9 | 40.57 | - |
| YUV | 223.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 152 | 0 | 0.10 | 0.39 | 0.02 | 44.08 | 0.91 | 0.79 |
| Hex | FA | E0 | 98 | 0 | A | 27 | 2 | 2C | 5B | 4F |
| Octal | 372 | 340 | 230 | 0 | 12 | 47 | 2 | 54 | 133 | 117 |
| Binary | 11111010 | 11100000 | 10011000 | 0 | 1010 | 100111 | 10 | 101100 | 1011011 | 1001111 |
Color Harmonies of #FAE098
Complementary color
Monochromatic Colors of #FAE098
Black with #FAE098
Text Example
Text Example
White with #FAE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE098; }
p { color: rgb(250,224,152); }
H1.HeaderClassName
{
color: #FAE098;
}
.AnyTagClassName
{
color: #FAE098;
}
</style>
background-color css
<style>
a { background-color: #FAE098; }
a { background-color: rgb(250,224,152); }
div.DivClassName
{
background-color: #FAE098;
}
.BgClassName
{
background-color: #FAE098;
}
</style>
border-color css
<style>
span { border-color: #FAE098; }
span { border-color: rgb(250,224,152); }
td.TdClassName
{
border-color: #FAE098;
}
.TagClassName
{
border-color: #FAE098;
}
</style>