Shades of Vis Vis #F4DF8F
Tints of Vis Vis #F4DF8F
RGB
CMYK
RGB Variations
Color information
#F4DF8F (or 0xF4DF8F) is known color: Vis Vis. HEX triplet: F4, DF and 8F. RGB value is (244,223,143). Sum of RGB (Red+Green+Blue) = 244+223+143=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DF8F is #0B2070. Grayscale: #DCDCDC. Windows color (decimal): -729201 or 9428980. OLE color: 9428980.
HSL color Cylindrical-coordinate representation of color #F4DF8F: hue angle of 47.52º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4DF8F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 143 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.04 |
| HSL | 47.52º | 0.82% | 0.76% | - |
| HSV(B) | 47.52º | 0.41% | 0.96% | - |
| XYZ | 68.65 | 73.99 | 36.65 | - |
| YUV | 220.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 143 | 0 | 0.09 | 0.41 | 0.04 | 47.52 | 0.82 | 0.76 |
| Hex | F4 | DF | 8F | 0 | 9 | 29 | 4 | 30 | 52 | 4C |
| Octal | 364 | 337 | 217 | 0 | 11 | 51 | 4 | 60 | 122 | 114 |
| Binary | 11110100 | 11011111 | 10001111 | 0 | 1001 | 101001 | 100 | 110000 | 1010010 | 1001100 |
Color Harmonies of #F4DF8F
Complementary color
Monochromatic Colors of #F4DF8F
Black with #F4DF8F
Text Example
Text Example
White with #F4DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF8F; }
p { color: rgb(244,223,143); }
H1.HeaderClassName
{
color: #F4DF8F;
}
.AnyTagClassName
{
color: #F4DF8F;
}
</style>
background-color css
<style>
a { background-color: #F4DF8F; }
a { background-color: rgb(244,223,143); }
div.DivClassName
{
background-color: #F4DF8F;
}
.BgClassName
{
background-color: #F4DF8F;
}
</style>
border-color css
<style>
span { border-color: #F4DF8F; }
span { border-color: rgb(244,223,143); }
td.TdClassName
{
border-color: #F4DF8F;
}
.TagClassName
{
border-color: #F4DF8F;
}
</style>