Shades of Vis Vis #F9DF92
Tints of Vis Vis #F9DF92
RGB
CMYK
RGB Variations
Color information
#F9DF92 (or 0xF9DF92) is known color: Vis Vis. HEX triplet: F9, DF and 92. RGB value is (249,223,146). Sum of RGB (Red+Green+Blue) = 249+223+146=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF92 is #06206D. Grayscale: #DEDEDE. Windows color (decimal): -401518 or 9625593. OLE color: 9625593.
HSL color Cylindrical-coordinate representation of color #F9DF92: hue angle of 44.85º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9DF92 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 146 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.02 |
| HSL | 44.85º | 0.9% | 0.77% | - |
| HSV(B) | 44.85º | 0.41% | 0.98% | - |
| XYZ | 70.64 | 74.99 | 37.95 | - |
| YUV | 222 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 146 | 0 | 0.10 | 0.41 | 0.02 | 44.85 | 0.9 | 0.77 |
| Hex | F9 | DF | 92 | 0 | A | 29 | 2 | 2D | 5A | 4D |
| Octal | 371 | 337 | 222 | 0 | 12 | 51 | 2 | 55 | 132 | 115 |
| Binary | 11111001 | 11011111 | 10010010 | 0 | 1010 | 101001 | 10 | 101101 | 1011010 | 1001101 |
Color Harmonies of #F9DF92
Complementary color
Monochromatic Colors of #F9DF92
Black with #F9DF92
Text Example
Text Example
White with #F9DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF92; }
p { color: rgb(249,223,146); }
H1.HeaderClassName
{
color: #F9DF92;
}
.AnyTagClassName
{
color: #F9DF92;
}
</style>
background-color css
<style>
a { background-color: #F9DF92; }
a { background-color: rgb(249,223,146); }
div.DivClassName
{
background-color: #F9DF92;
}
.BgClassName
{
background-color: #F9DF92;
}
</style>
border-color css
<style>
span { border-color: #F9DF92; }
span { border-color: rgb(249,223,146); }
td.TdClassName
{
border-color: #F9DF92;
}
.TagClassName
{
border-color: #F9DF92;
}
</style>