Shades of Sweet Corn #FDDE6E
Tints of Sweet Corn #FDDE6E
RGB
CMYK
RGB Variations
Color information
#FDDE6E (or 0xFDDE6E) is known color: Sweet Corn. HEX triplet: FD, DE and 6E. RGB value is (253,222,110). Sum of RGB (Red+Green+Blue) = 253+222+110=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE6E is #022191. Grayscale: #DADADA. Windows color (decimal): -139666 or 7266045. OLE color: 7266045.
HSL color Cylindrical-coordinate representation of color #FDDE6E: hue angle of 46.99º 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 #FDDE6E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 110 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.01 |
| HSL | 46.99º | 0.97% | 0.71% | - |
| HSV(B) | 46.99º | 0.57% | 0.99% | - |
| XYZ | 69.44 | 74.25 | 25.42 | - |
| YUV | 218.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 110 | 0 | 0.12 | 0.57 | 0.01 | 46.99 | 0.97 | 0.71 |
| Hex | FD | DE | 6E | 0 | C | 39 | 1 | 2F | 61 | 47 |
| Octal | 375 | 336 | 156 | 0 | 14 | 71 | 1 | 57 | 141 | 107 |
| Binary | 11111101 | 11011110 | 1101110 | 0 | 1100 | 111001 | 1 | 101111 | 1100001 | 1000111 |
Color Harmonies of #FDDE6E
Complementary color
Monochromatic Colors of #FDDE6E
Black with #FDDE6E
Text Example
Text Example
White with #FDDE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE6E; }
p { color: rgb(253,222,110); }
H1.HeaderClassName
{
color: #FDDE6E;
}
.AnyTagClassName
{
color: #FDDE6E;
}
</style>
background-color css
<style>
a { background-color: #FDDE6E; }
a { background-color: rgb(253,222,110); }
div.DivClassName
{
background-color: #FDDE6E;
}
.BgClassName
{
background-color: #FDDE6E;
}
</style>
border-color css
<style>
span { border-color: #FDDE6E; }
span { border-color: rgb(253,222,110); }
td.TdClassName
{
border-color: #FDDE6E;
}
.TagClassName
{
border-color: #FDDE6E;
}
</style>