Shades of Vis Vis #FDE08F
Tints of Vis Vis #FDE08F
RGB
CMYK
RGB Variations
Color information
#FDE08F (or 0xFDE08F) is known color: Vis Vis. HEX triplet: FD, E0 and 8F. RGB value is (253,224,143). Sum of RGB (Red+Green+Blue) = 253+224+143=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 143 (56.25% from 255 or 23.06% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE08F is #021F70. Grayscale: #DFDFDF. Windows color (decimal): -139121 or 9429245. OLE color: 9429245.
HSL color Cylindrical-coordinate representation of color #FDE08F: hue angle of 44.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE08F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 143 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 44.18º | 0.96% | 0.78% | - |
| HSV(B) | 44.18º | 0.43% | 0.99% | - |
| XYZ | 72.12 | 76.18 | 36.89 | - |
| YUV | 223.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 143 | 0 | 0.11 | 0.43 | 0.01 | 44.18 | 0.96 | 0.78 |
| Hex | FD | E0 | 8F | 0 | B | 2B | 1 | 2C | 60 | 4E |
| Octal | 375 | 340 | 217 | 0 | 13 | 53 | 1 | 54 | 140 | 116 |
| Binary | 11111101 | 11100000 | 10001111 | 0 | 1011 | 101011 | 1 | 101100 | 1100000 | 1001110 |
Color Harmonies of #FDE08F
Complementary color
Monochromatic Colors of #FDE08F
Black with #FDE08F
Text Example
Text Example
White with #FDE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE08F; }
p { color: rgb(253,224,143); }
H1.HeaderClassName
{
color: #FDE08F;
}
.AnyTagClassName
{
color: #FDE08F;
}
</style>
background-color css
<style>
a { background-color: #FDE08F; }
a { background-color: rgb(253,224,143); }
div.DivClassName
{
background-color: #FDE08F;
}
.BgClassName
{
background-color: #FDE08F;
}
</style>
border-color css
<style>
span { border-color: #FDE08F; }
span { border-color: rgb(253,224,143); }
td.TdClassName
{
border-color: #FDE08F;
}
.TagClassName
{
border-color: #FDE08F;
}
</style>