Shades of Sweet Corn #FDE674
Tints of Sweet Corn #FDE674
RGB
CMYK
RGB Variations
Color information
#FDE674 (or 0xFDE674) is known color: Sweet Corn. HEX triplet: FD, E6 and 74. RGB value is (253,230,116). Sum of RGB (Red+Green+Blue) = 253+230+116=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE674 is #02198B. Grayscale: #E0E0E0. Windows color (decimal): -137612 or 7661309. OLE color: 7661309.
HSL color Cylindrical-coordinate representation of color #FDE674: hue angle of 49.93º 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 #FDE674 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 116 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.01 |
| HSL | 49.93º | 0.97% | 0.72% | - |
| HSV(B) | 49.93º | 0.54% | 0.99% | - |
| XYZ | 71.96 | 78.74 | 27.93 | - |
| YUV | 223.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 116 | 0 | 0.09 | 0.54 | 0.01 | 49.93 | 0.97 | 0.72 |
| Hex | FD | E6 | 74 | 0 | 9 | 36 | 1 | 32 | 61 | 48 |
| Octal | 375 | 346 | 164 | 0 | 11 | 66 | 1 | 62 | 141 | 110 |
| Binary | 11111101 | 11100110 | 1110100 | 0 | 1001 | 110110 | 1 | 110010 | 1100001 | 1001000 |
Color Harmonies of #FDE674
Complementary color
Monochromatic Colors of #FDE674
Black with #FDE674
Text Example
Text Example
White with #FDE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE674; }
p { color: rgb(253,230,116); }
H1.HeaderClassName
{
color: #FDE674;
}
.AnyTagClassName
{
color: #FDE674;
}
</style>
background-color css
<style>
a { background-color: #FDE674; }
a { background-color: rgb(253,230,116); }
div.DivClassName
{
background-color: #FDE674;
}
.BgClassName
{
background-color: #FDE674;
}
</style>
border-color css
<style>
span { border-color: #FDE674; }
span { border-color: rgb(253,230,116); }
td.TdClassName
{
border-color: #FDE674;
}
.TagClassName
{
border-color: #FDE674;
}
</style>