Shades of Vis Vis #F8DF99
Tints of Vis Vis #F8DF99
RGB
CMYK
RGB Variations
Color information
#F8DF99 (or 0xF8DF99) is known color: Vis Vis. HEX triplet: F8, DF and 99. RGB value is (248,223,153). Sum of RGB (Red+Green+Blue) = 248+223+153=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF99 is #072066. Grayscale: #DEDEDE. Windows color (decimal): -467047 or 10084344. OLE color: 10084344.
HSL color Cylindrical-coordinate representation of color #F8DF99: hue angle of 44.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8DF99 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 153 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.03 |
| HSL | 44.21º | 0.87% | 0.79% | - |
| HSV(B) | 44.21º | 0.38% | 0.97% | - |
| XYZ | 70.85 | 75.03 | 40.89 | - |
| YUV | 222.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 153 | 0 | 0.10 | 0.38 | 0.03 | 44.21 | 0.87 | 0.79 |
| Hex | F8 | DF | 99 | 0 | A | 26 | 3 | 2C | 57 | 4F |
| Octal | 370 | 337 | 231 | 0 | 12 | 46 | 3 | 54 | 127 | 117 |
| Binary | 11111000 | 11011111 | 10011001 | 0 | 1010 | 100110 | 11 | 101100 | 1010111 | 1001111 |
Color Harmonies of #F8DF99
Complementary color
Monochromatic Colors of #F8DF99
Black with #F8DF99
Text Example
Text Example
White with #F8DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF99; }
p { color: rgb(248,223,153); }
H1.HeaderClassName
{
color: #F8DF99;
}
.AnyTagClassName
{
color: #F8DF99;
}
</style>
background-color css
<style>
a { background-color: #F8DF99; }
a { background-color: rgb(248,223,153); }
div.DivClassName
{
background-color: #F8DF99;
}
.BgClassName
{
background-color: #F8DF99;
}
</style>
border-color css
<style>
span { border-color: #F8DF99; }
span { border-color: rgb(248,223,153); }
td.TdClassName
{
border-color: #F8DF99;
}
.TagClassName
{
border-color: #F8DF99;
}
</style>