Shades of Corn #FDE65D
Tints of Corn #FDE65D
RGB
CMYK
RGB Variations
Color information
#FDE65D (or 0xFDE65D) is known color: Corn. HEX triplet: FD, E6 and 5D. RGB value is (253,230,93). Sum of RGB (Red+Green+Blue) = 253+230+93=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE65D is #0219A2. Grayscale: #DDDDDD. Windows color (decimal): -137635 or 6153981. OLE color: 6153981.
HSL color Cylindrical-coordinate representation of color #FDE65D: hue angle of 51.38º 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 #FDE65D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.01 |
| HSL | 51.38º | 0.98% | 0.68% | - |
| HSV(B) | 51.38º | 0.63% | 0.99% | - |
| XYZ | 70.78 | 78.27 | 21.73 | - |
| YUV | 221.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 93 | 0 | 0.09 | 0.63 | 0.01 | 51.38 | 0.98 | 0.68 |
| Hex | FD | E6 | 5D | 0 | 9 | 3F | 1 | 33 | 62 | 44 |
| Octal | 375 | 346 | 135 | 0 | 11 | 77 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100110 | 1011101 | 0 | 1001 | 111111 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE65D
Complementary color
Monochromatic Colors of #FDE65D
Black with #FDE65D
Text Example
Text Example
White with #FDE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE65D; }
p { color: rgb(253,230,93); }
H1.HeaderClassName
{
color: #FDE65D;
}
.AnyTagClassName
{
color: #FDE65D;
}
</style>
background-color css
<style>
a { background-color: #FDE65D; }
a { background-color: rgb(253,230,93); }
div.DivClassName
{
background-color: #FDE65D;
}
.BgClassName
{
background-color: #FDE65D;
}
</style>
border-color css
<style>
span { border-color: #FDE65D; }
span { border-color: rgb(253,230,93); }
td.TdClassName
{
border-color: #FDE65D;
}
.TagClassName
{
border-color: #FDE65D;
}
</style>