Shades of Vis Vis #FADF92
Tints of Vis Vis #FADF92
RGB
CMYK
RGB Variations
Color information
#FADF92 (or 0xFADF92) is known color: Vis Vis. HEX triplet: FA, DF and 92. RGB value is (250,223,146). Sum of RGB (Red+Green+Blue) = 250+223+146=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF92 is #05206D. Grayscale: #DEDEDE. Windows color (decimal): -335982 or 9625594. OLE color: 9625594.
HSL color Cylindrical-coordinate representation of color #FADF92: hue angle of 44.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FADF92 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 146 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.02 |
| HSL | 44.42º | 0.91% | 0.78% | - |
| HSV(B) | 44.42º | 0.42% | 0.98% | - |
| XYZ | 71 | 75.17 | 37.96 | - |
| YUV | 222.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 146 | 0 | 0.11 | 0.42 | 0.02 | 44.42 | 0.91 | 0.78 |
| Hex | FA | DF | 92 | 0 | B | 2A | 2 | 2C | 5B | 4E |
| Octal | 372 | 337 | 222 | 0 | 13 | 52 | 2 | 54 | 133 | 116 |
| Binary | 11111010 | 11011111 | 10010010 | 0 | 1011 | 101010 | 10 | 101100 | 1011011 | 1001110 |
Color Harmonies of #FADF92
Complementary color
Monochromatic Colors of #FADF92
Black with #FADF92
Text Example
Text Example
White with #FADF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF92; }
p { color: rgb(250,223,146); }
H1.HeaderClassName
{
color: #FADF92;
}
.AnyTagClassName
{
color: #FADF92;
}
</style>
background-color css
<style>
a { background-color: #FADF92; }
a { background-color: rgb(250,223,146); }
div.DivClassName
{
background-color: #FADF92;
}
.BgClassName
{
background-color: #FADF92;
}
</style>
border-color css
<style>
span { border-color: #FADF92; }
span { border-color: rgb(250,223,146); }
td.TdClassName
{
border-color: #FADF92;
}
.TagClassName
{
border-color: #FADF92;
}
</style>