Shades of Vis Vis #FDE08A
Tints of Vis Vis #FDE08A
RGB
CMYK
RGB Variations
Color information
#FDE08A (or 0xFDE08A) is known color: Vis Vis. HEX triplet: FD, E0 and 8A. RGB value is (253,224,138). Sum of RGB (Red+Green+Blue) = 253+224+138=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE08A is #021F75. Grayscale: #DFDFDF. Windows color (decimal): -139126 or 9101565. OLE color: 9101565.
HSL color Cylindrical-coordinate representation of color #FDE08A: hue angle of 44.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE08A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 138 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.01 |
| HSL | 44.87º | 0.97% | 0.77% | - |
| HSV(B) | 44.87º | 0.45% | 0.99% | - |
| XYZ | 71.75 | 76.03 | 34.94 | - |
| YUV | 222.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 138 | 0 | 0.11 | 0.45 | 0.01 | 44.87 | 0.97 | 0.77 |
| Hex | FD | E0 | 8A | 0 | B | 2D | 1 | 2D | 61 | 4D |
| Octal | 375 | 340 | 212 | 0 | 13 | 55 | 1 | 55 | 141 | 115 |
| Binary | 11111101 | 11100000 | 10001010 | 0 | 1011 | 101101 | 1 | 101101 | 1100001 | 1001101 |
Color Harmonies of #FDE08A
Complementary color
Monochromatic Colors of #FDE08A
Black with #FDE08A
Text Example
Text Example
White with #FDE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE08A; }
p { color: rgb(253,224,138); }
H1.HeaderClassName
{
color: #FDE08A;
}
.AnyTagClassName
{
color: #FDE08A;
}
</style>
background-color css
<style>
a { background-color: #FDE08A; }
a { background-color: rgb(253,224,138); }
div.DivClassName
{
background-color: #FDE08A;
}
.BgClassName
{
background-color: #FDE08A;
}
</style>
border-color css
<style>
span { border-color: #FDE08A; }
span { border-color: rgb(253,224,138); }
td.TdClassName
{
border-color: #FDE08A;
}
.TagClassName
{
border-color: #FDE08A;
}
</style>