Shades of Corn #FDE95D
Tints of Corn #FDE95D
RGB
CMYK
RGB Variations
Color information
#FDE95D (or 0xFDE95D) is known color: Corn. HEX triplet: FD, E9 and 5D. RGB value is (253,233,93). Sum of RGB (Red+Green+Blue) = 253+233+93=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE95D is #0216A2. Grayscale: #DFDFDF. Windows color (decimal): -136867 or 6154749. OLE color: 6154749.
HSL color Cylindrical-coordinate representation of color #FDE95D: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDE95D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 93 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.5º | 0.98% | 0.68% | - |
| HSV(B) | 52.5º | 0.63% | 0.99% | - |
| XYZ | 71.62 | 79.95 | 22.01 | - |
| YUV | 223.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 93 | 0 | 0.08 | 0.63 | 0.01 | 52.5 | 0.98 | 0.68 |
| Hex | FD | E9 | 5D | 0 | 8 | 3F | 1 | 34 | 62 | 44 |
| Octal | 375 | 351 | 135 | 0 | 10 | 77 | 1 | 64 | 142 | 104 |
| Binary | 11111101 | 11101001 | 1011101 | 0 | 1000 | 111111 | 1 | 110100 | 1100010 | 1000100 |
Color Harmonies of #FDE95D
Complementary color
Monochromatic Colors of #FDE95D
Black with #FDE95D
Text Example
Text Example
White with #FDE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE95D; }
p { color: rgb(253,233,93); }
H1.HeaderClassName
{
color: #FDE95D;
}
.AnyTagClassName
{
color: #FDE95D;
}
</style>
background-color css
<style>
a { background-color: #FDE95D; }
a { background-color: rgb(253,233,93); }
div.DivClassName
{
background-color: #FDE95D;
}
.BgClassName
{
background-color: #FDE95D;
}
</style>
border-color css
<style>
span { border-color: #FDE95D; }
span { border-color: rgb(253,233,93); }
td.TdClassName
{
border-color: #FDE95D;
}
.TagClassName
{
border-color: #FDE95D;
}
</style>