Shades of Sweet Corn #FDDA70
Tints of Sweet Corn #FDDA70
RGB
CMYK
RGB Variations
Color information
#FDDA70 (or 0xFDDA70) is known color: Sweet Corn. HEX triplet: FD, DA and 70. RGB value is (253,218,112). Sum of RGB (Red+Green+Blue) = 253+218+112=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA70 is #02258F. Grayscale: #D8D8D8. Windows color (decimal): -140688 or 7396093. OLE color: 7396093.
HSL color Cylindrical-coordinate representation of color #FDDA70: hue angle of 45.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDDA70 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 112 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.01 |
| HSL | 45.11º | 0.97% | 0.72% | - |
| HSV(B) | 45.11º | 0.56% | 0.99% | - |
| XYZ | 68.5 | 72.2 | 25.65 | - |
| YUV | 216.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 112 | 0 | 0.14 | 0.56 | 0.01 | 45.11 | 0.97 | 0.72 |
| Hex | FD | DA | 70 | 0 | E | 38 | 1 | 2D | 61 | 48 |
| Octal | 375 | 332 | 160 | 0 | 16 | 70 | 1 | 55 | 141 | 110 |
| Binary | 11111101 | 11011010 | 1110000 | 0 | 1110 | 111000 | 1 | 101101 | 1100001 | 1001000 |
Color Harmonies of #FDDA70
Complementary color
Monochromatic Colors of #FDDA70
Black with #FDDA70
Text Example
Text Example
White with #FDDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA70; }
p { color: rgb(253,218,112); }
H1.HeaderClassName
{
color: #FDDA70;
}
.AnyTagClassName
{
color: #FDDA70;
}
</style>
background-color css
<style>
a { background-color: #FDDA70; }
a { background-color: rgb(253,218,112); }
div.DivClassName
{
background-color: #FDDA70;
}
.BgClassName
{
background-color: #FDDA70;
}
</style>
border-color css
<style>
span { border-color: #FDDA70; }
span { border-color: rgb(253,218,112); }
td.TdClassName
{
border-color: #FDDA70;
}
.TagClassName
{
border-color: #FDDA70;
}
</style>