Shades of Sweet Corn #F2DD6D
Tints of Sweet Corn #F2DD6D
RGB
CMYK
RGB Variations
Color information
#F2DD6D (or 0xF2DD6D) is known color: Sweet Corn. HEX triplet: F2, DD and 6D. RGB value is (242,221,109). Sum of RGB (Red+Green+Blue) = 242+221+109=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD6D is #0D2292. Grayscale: #D6D6D6. Windows color (decimal): -860819 or 7200242. OLE color: 7200242.
HSL color Cylindrical-coordinate representation of color #F2DD6D: hue angle of 50.53º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2DD6D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 109 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.05 |
| HSL | 50.53º | 0.84% | 0.69% | - |
| HSV(B) | 50.53º | 0.55% | 0.95% | - |
| XYZ | 65.23 | 71.69 | 24.87 | - |
| YUV | 214.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 109 | 0 | 0.09 | 0.55 | 0.05 | 50.53 | 0.84 | 0.69 |
| Hex | F2 | DD | 6D | 0 | 9 | 37 | 5 | 33 | 54 | 45 |
| Octal | 362 | 335 | 155 | 0 | 11 | 67 | 5 | 63 | 124 | 105 |
| Binary | 11110010 | 11011101 | 1101101 | 0 | 1001 | 110111 | 101 | 110011 | 1010100 | 1000101 |
Color Harmonies of #F2DD6D
Complementary color
Monochromatic Colors of #F2DD6D
Black with #F2DD6D
Text Example
Text Example
White with #F2DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD6D; }
p { color: rgb(242,221,109); }
H1.HeaderClassName
{
color: #F2DD6D;
}
.AnyTagClassName
{
color: #F2DD6D;
}
</style>
background-color css
<style>
a { background-color: #F2DD6D; }
a { background-color: rgb(242,221,109); }
div.DivClassName
{
background-color: #F2DD6D;
}
.BgClassName
{
background-color: #F2DD6D;
}
</style>
border-color css
<style>
span { border-color: #F2DD6D; }
span { border-color: rgb(242,221,109); }
td.TdClassName
{
border-color: #F2DD6D;
}
.TagClassName
{
border-color: #F2DD6D;
}
</style>