Shades of Sweet Corn #FDE774
Tints of Sweet Corn #FDE774
RGB
CMYK
RGB Variations
Color information
#FDE774 (or 0xFDE774) is known color: Sweet Corn. HEX triplet: FD, E7 and 74. RGB value is (253,231,116). Sum of RGB (Red+Green+Blue) = 253+231+116=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE774 is #02188B. Grayscale: #E0E0E0. Windows color (decimal): -137356 or 7661565. OLE color: 7661565.
HSL color Cylindrical-coordinate representation of color #FDE774: hue angle of 50.36º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDE774 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 116 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.01 |
| HSL | 50.36º | 0.97% | 0.72% | - |
| HSV(B) | 50.36º | 0.54% | 0.99% | - |
| XYZ | 72.24 | 79.3 | 28.02 | - |
| YUV | 224.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 116 | 0 | 0.09 | 0.54 | 0.01 | 50.36 | 0.97 | 0.72 |
| Hex | FD | E7 | 74 | 0 | 9 | 36 | 1 | 32 | 61 | 48 |
| Octal | 375 | 347 | 164 | 0 | 11 | 66 | 1 | 62 | 141 | 110 |
| Binary | 11111101 | 11100111 | 1110100 | 0 | 1001 | 110110 | 1 | 110010 | 1100001 | 1001000 |
Color Harmonies of #FDE774
Complementary color
Monochromatic Colors of #FDE774
Black with #FDE774
Text Example
Text Example
White with #FDE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE774; }
p { color: rgb(253,231,116); }
H1.HeaderClassName
{
color: #FDE774;
}
.AnyTagClassName
{
color: #FDE774;
}
</style>
background-color css
<style>
a { background-color: #FDE774; }
a { background-color: rgb(253,231,116); }
div.DivClassName
{
background-color: #FDE774;
}
.BgClassName
{
background-color: #FDE774;
}
</style>
border-color css
<style>
span { border-color: #FDE774; }
span { border-color: rgb(253,231,116); }
td.TdClassName
{
border-color: #FDE774;
}
.TagClassName
{
border-color: #FDE774;
}
</style>