Shades of Vis Vis #F8DF9A
Tints of Vis Vis #F8DF9A
RGB
CMYK
RGB Variations
Color information
#F8DF9A (or 0xF8DF9A) is known color: Vis Vis. HEX triplet: F8, DF and 9A. RGB value is (248,223,154). Sum of RGB (Red+Green+Blue) = 248+223+154=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF9A is #072065. Grayscale: #DEDEDE. Windows color (decimal): -467046 or 10149880. OLE color: 10149880.
HSL color Cylindrical-coordinate representation of color #F8DF9A: hue angle of 44.04º 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 #F8DF9A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 154 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.03 |
| HSL | 44.04º | 0.87% | 0.79% | - |
| HSV(B) | 44.04º | 0.38% | 0.97% | - |
| XYZ | 70.93 | 75.06 | 41.32 | - |
| YUV | 222.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 154 | 0 | 0.10 | 0.38 | 0.03 | 44.04 | 0.87 | 0.79 |
| Hex | F8 | DF | 9A | 0 | A | 26 | 3 | 2C | 57 | 4F |
| Octal | 370 | 337 | 232 | 0 | 12 | 46 | 3 | 54 | 127 | 117 |
| Binary | 11111000 | 11011111 | 10011010 | 0 | 1010 | 100110 | 11 | 101100 | 1010111 | 1001111 |
Color Harmonies of #F8DF9A
Complementary color
Monochromatic Colors of #F8DF9A
Black with #F8DF9A
Text Example
Text Example
White with #F8DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF9A; }
p { color: rgb(248,223,154); }
H1.HeaderClassName
{
color: #F8DF9A;
}
.AnyTagClassName
{
color: #F8DF9A;
}
</style>
background-color css
<style>
a { background-color: #F8DF9A; }
a { background-color: rgb(248,223,154); }
div.DivClassName
{
background-color: #F8DF9A;
}
.BgClassName
{
background-color: #F8DF9A;
}
</style>
border-color css
<style>
span { border-color: #F8DF9A; }
span { border-color: rgb(248,223,154); }
td.TdClassName
{
border-color: #F8DF9A;
}
.TagClassName
{
border-color: #F8DF9A;
}
</style>