Shades of Sweet Corn #FDDD74
Tints of Sweet Corn #FDDD74
RGB
CMYK
RGB Variations
Color information
#FDDD74 (or 0xFDDD74) is known color: Sweet Corn. HEX triplet: FD, DD and 74. RGB value is (253,221,116). Sum of RGB (Red+Green+Blue) = 253+221+116=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD74 is #02228B. Grayscale: #DBDBDB. Windows color (decimal): -139916 or 7659005. OLE color: 7659005.
HSL color Cylindrical-coordinate representation of color #FDDD74: hue angle of 45.99º 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 #FDDD74 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 116 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.01 |
| HSL | 45.99º | 0.97% | 0.72% | - |
| HSV(B) | 45.99º | 0.54% | 0.99% | - |
| XYZ | 69.52 | 73.86 | 27.11 | - |
| YUV | 218.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 116 | 0 | 0.13 | 0.54 | 0.01 | 45.99 | 0.97 | 0.72 |
| Hex | FD | DD | 74 | 0 | D | 36 | 1 | 2E | 61 | 48 |
| Octal | 375 | 335 | 164 | 0 | 15 | 66 | 1 | 56 | 141 | 110 |
| Binary | 11111101 | 11011101 | 1110100 | 0 | 1101 | 110110 | 1 | 101110 | 1100001 | 1001000 |
Color Harmonies of #FDDD74
Complementary color
Monochromatic Colors of #FDDD74
Black with #FDDD74
Text Example
Text Example
White with #FDDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD74; }
p { color: rgb(253,221,116); }
H1.HeaderClassName
{
color: #FDDD74;
}
.AnyTagClassName
{
color: #FDDD74;
}
</style>
background-color css
<style>
a { background-color: #FDDD74; }
a { background-color: rgb(253,221,116); }
div.DivClassName
{
background-color: #FDDD74;
}
.BgClassName
{
background-color: #FDDD74;
}
</style>
border-color css
<style>
span { border-color: #FDDD74; }
span { border-color: rgb(253,221,116); }
td.TdClassName
{
border-color: #FDDD74;
}
.TagClassName
{
border-color: #FDDD74;
}
</style>