Shades of Sweet Corn #FDDE6D
Tints of Sweet Corn #FDDE6D
RGB
CMYK
RGB Variations
Color information
#FDDE6D (or 0xFDDE6D) is known color: Sweet Corn. HEX triplet: FD, DE and 6D. RGB value is (253,222,109). Sum of RGB (Red+Green+Blue) = 253+222+109=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 109 (42.97% from 255 or 18.66% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE6D is #022192. Grayscale: #DADADA. Windows color (decimal): -139667 or 7200509. OLE color: 7200509.
HSL color Cylindrical-coordinate representation of color #FDDE6D: hue angle of 47.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDDE6D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 109 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.01 |
| HSL | 47.08º | 0.97% | 0.71% | - |
| HSV(B) | 47.08º | 0.57% | 0.99% | - |
| XYZ | 69.39 | 74.23 | 25.14 | - |
| YUV | 218.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 109 | 0 | 0.12 | 0.57 | 0.01 | 47.08 | 0.97 | 0.71 |
| Hex | FD | DE | 6D | 0 | C | 39 | 1 | 2F | 61 | 47 |
| Octal | 375 | 336 | 155 | 0 | 14 | 71 | 1 | 57 | 141 | 107 |
| Binary | 11111101 | 11011110 | 1101101 | 0 | 1100 | 111001 | 1 | 101111 | 1100001 | 1000111 |
Color Harmonies of #FDDE6D
Complementary color
Monochromatic Colors of #FDDE6D
Black with #FDDE6D
Text Example
Text Example
White with #FDDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE6D; }
p { color: rgb(253,222,109); }
H1.HeaderClassName
{
color: #FDDE6D;
}
.AnyTagClassName
{
color: #FDDE6D;
}
</style>
background-color css
<style>
a { background-color: #FDDE6D; }
a { background-color: rgb(253,222,109); }
div.DivClassName
{
background-color: #FDDE6D;
}
.BgClassName
{
background-color: #FDDE6D;
}
</style>
border-color css
<style>
span { border-color: #FDDE6D; }
span { border-color: rgb(253,222,109); }
td.TdClassName
{
border-color: #FDDE6D;
}
.TagClassName
{
border-color: #FDDE6D;
}
</style>