Shades of Sweet Corn #FDE67E
Tints of Sweet Corn #FDE67E
RGB
CMYK
RGB Variations
Color information
#FDE67E (or 0xFDE67E) is known color: Sweet Corn. HEX triplet: FD, E6 and 7E. RGB value is (253,230,126). Sum of RGB (Red+Green+Blue) = 253+230+126=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 126 (49.61% from 255 or 20.69% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE67E is #021981. Grayscale: #E1E1E1. Windows color (decimal): -137602 or 8316669. OLE color: 8316669.
HSL color Cylindrical-coordinate representation of color #FDE67E: hue angle of 49.13º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE67E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 126 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.01 |
| HSL | 49.13º | 0.97% | 0.74% | - |
| HSV(B) | 49.13º | 0.5% | 0.99% | - |
| XYZ | 72.57 | 78.98 | 31.16 | - |
| YUV | 225.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 126 | 0 | 0.09 | 0.50 | 0.01 | 49.13 | 0.97 | 0.74 |
| Hex | FD | E6 | 7E | 0 | 9 | 32 | 1 | 31 | 61 | 4A |
| Octal | 375 | 346 | 176 | 0 | 11 | 62 | 1 | 61 | 141 | 112 |
| Binary | 11111101 | 11100110 | 1111110 | 0 | 1001 | 110010 | 1 | 110001 | 1100001 | 1001010 |
Color Harmonies of #FDE67E
Complementary color
Monochromatic Colors of #FDE67E
Black with #FDE67E
Text Example
Text Example
White with #FDE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE67E; }
p { color: rgb(253,230,126); }
H1.HeaderClassName
{
color: #FDE67E;
}
.AnyTagClassName
{
color: #FDE67E;
}
</style>
background-color css
<style>
a { background-color: #FDE67E; }
a { background-color: rgb(253,230,126); }
div.DivClassName
{
background-color: #FDE67E;
}
.BgClassName
{
background-color: #FDE67E;
}
</style>
border-color css
<style>
span { border-color: #FDE67E; }
span { border-color: rgb(253,230,126); }
td.TdClassName
{
border-color: #FDE67E;
}
.TagClassName
{
border-color: #FDE67E;
}
</style>