Shades of Sweet Corn #F9DD74
Tints of Sweet Corn #F9DD74
RGB
CMYK
RGB Variations
Color information
#F9DD74 (or 0xF9DD74) is known color: Sweet Corn. HEX triplet: F9, DD and 74. RGB value is (249,221,116). Sum of RGB (Red+Green+Blue) = 249+221+116=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD74 is #06228B. Grayscale: #D9D9D9. Windows color (decimal): -402060 or 7659001. OLE color: 7659001.
HSL color Cylindrical-coordinate representation of color #F9DD74: hue angle of 47.37º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9DD74 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 116 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.02 |
| HSL | 47.37º | 0.92% | 0.72% | - |
| HSV(B) | 47.37º | 0.53% | 0.98% | - |
| XYZ | 68.08 | 73.11 | 27.05 | - |
| YUV | 217.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 116 | 0 | 0.11 | 0.53 | 0.02 | 47.37 | 0.92 | 0.72 |
| Hex | F9 | DD | 74 | 0 | B | 35 | 2 | 2F | 5C | 48 |
| Octal | 371 | 335 | 164 | 0 | 13 | 65 | 2 | 57 | 134 | 110 |
| Binary | 11111001 | 11011101 | 1110100 | 0 | 1011 | 110101 | 10 | 101111 | 1011100 | 1001000 |
Color Harmonies of #F9DD74
Complementary color
Monochromatic Colors of #F9DD74
Black with #F9DD74
Text Example
Text Example
White with #F9DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD74; }
p { color: rgb(249,221,116); }
H1.HeaderClassName
{
color: #F9DD74;
}
.AnyTagClassName
{
color: #F9DD74;
}
</style>
background-color css
<style>
a { background-color: #F9DD74; }
a { background-color: rgb(249,221,116); }
div.DivClassName
{
background-color: #F9DD74;
}
.BgClassName
{
background-color: #F9DD74;
}
</style>
border-color css
<style>
span { border-color: #F9DD74; }
span { border-color: rgb(249,221,116); }
td.TdClassName
{
border-color: #F9DD74;
}
.TagClassName
{
border-color: #F9DD74;
}
</style>