Shades of Sweet Corn #F2DD6C
Tints of Sweet Corn #F2DD6C
RGB
CMYK
RGB Variations
Color information
#F2DD6C (or 0xF2DD6C) is known color: Sweet Corn. HEX triplet: F2, DD and 6C. RGB value is (242,221,108). Sum of RGB (Red+Green+Blue) = 242+221+108=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD6C is #0D2293. Grayscale: #D6D6D6. Windows color (decimal): -860820 or 7134706. OLE color: 7134706.
HSL color Cylindrical-coordinate representation of color #F2DD6C: hue angle of 50.6º 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 #F2DD6C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 108 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.05 |
| HSL | 50.6º | 0.84% | 0.69% | - |
| HSV(B) | 50.6º | 0.55% | 0.95% | - |
| XYZ | 65.18 | 71.67 | 24.59 | - |
| YUV | 214.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 108 | 0 | 0.09 | 0.55 | 0.05 | 50.6 | 0.84 | 0.69 |
| Hex | F2 | DD | 6C | 0 | 9 | 37 | 5 | 33 | 54 | 45 |
| Octal | 362 | 335 | 154 | 0 | 11 | 67 | 5 | 63 | 124 | 105 |
| Binary | 11110010 | 11011101 | 1101100 | 0 | 1001 | 110111 | 101 | 110011 | 1010100 | 1000101 |
Color Harmonies of #F2DD6C
Complementary color
Monochromatic Colors of #F2DD6C
Black with #F2DD6C
Text Example
Text Example
White with #F2DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD6C; }
p { color: rgb(242,221,108); }
H1.HeaderClassName
{
color: #F2DD6C;
}
.AnyTagClassName
{
color: #F2DD6C;
}
</style>
background-color css
<style>
a { background-color: #F2DD6C; }
a { background-color: rgb(242,221,108); }
div.DivClassName
{
background-color: #F2DD6C;
}
.BgClassName
{
background-color: #F2DD6C;
}
</style>
border-color css
<style>
span { border-color: #F2DD6C; }
span { border-color: rgb(242,221,108); }
td.TdClassName
{
border-color: #F2DD6C;
}
.TagClassName
{
border-color: #F2DD6C;
}
</style>