Shades of Vis Vis #F1DF9A
Tints of Vis Vis #F1DF9A
RGB
CMYK
RGB Variations
Color information
#F1DF9A (or 0xF1DF9A) is known color: Vis Vis. HEX triplet: F1, DF and 9A. RGB value is (241,223,154). Sum of RGB (Red+Green+Blue) = 241+223+154=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF9A is #0E2065. Grayscale: #DCDCDC. Windows color (decimal): -925798 or 10149873. OLE color: 10149873.
HSL color Cylindrical-coordinate representation of color #F1DF9A: hue angle of 47.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1DF9A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 154 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.05 |
| HSL | 47.59º | 0.76% | 0.77% | - |
| HSV(B) | 47.59º | 0.36% | 0.95% | - |
| XYZ | 68.5 | 73.81 | 41.21 | - |
| YUV | 220.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 154 | 0 | 0.07 | 0.36 | 0.05 | 47.59 | 0.76 | 0.77 |
| Hex | F1 | DF | 9A | 0 | 7 | 24 | 5 | 30 | 4C | 4D |
| Octal | 361 | 337 | 232 | 0 | 7 | 44 | 5 | 60 | 114 | 115 |
| Binary | 11110001 | 11011111 | 10011010 | 0 | 111 | 100100 | 101 | 110000 | 1001100 | 1001101 |
Color Harmonies of #F1DF9A
Complementary color
Monochromatic Colors of #F1DF9A
Black with #F1DF9A
Text Example
Text Example
White with #F1DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF9A; }
p { color: rgb(241,223,154); }
H1.HeaderClassName
{
color: #F1DF9A;
}
.AnyTagClassName
{
color: #F1DF9A;
}
</style>
background-color css
<style>
a { background-color: #F1DF9A; }
a { background-color: rgb(241,223,154); }
div.DivClassName
{
background-color: #F1DF9A;
}
.BgClassName
{
background-color: #F1DF9A;
}
</style>
border-color css
<style>
span { border-color: #F1DF9A; }
span { border-color: rgb(241,223,154); }
td.TdClassName
{
border-color: #F1DF9A;
}
.TagClassName
{
border-color: #F1DF9A;
}
</style>