Shades of Sweet Corn #F2DD6A
Tints of Sweet Corn #F2DD6A
RGB
CMYK
RGB Variations
Color information
#F2DD6A (or 0xF2DD6A) is known color: Sweet Corn. HEX triplet: F2, DD and 6A. RGB value is (242,221,106). Sum of RGB (Red+Green+Blue) = 242+221+106=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD6A is #0D2295. Grayscale: #D6D6D6. Windows color (decimal): -860822 or 7003634. OLE color: 7003634.
HSL color Cylindrical-coordinate representation of color #F2DD6A: hue angle of 50.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2DD6A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 106 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.05 |
| HSL | 50.74º | 0.84% | 0.68% | - |
| HSV(B) | 50.74º | 0.56% | 0.95% | - |
| XYZ | 65.08 | 71.63 | 24.03 | - |
| YUV | 214.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 106 | 0 | 0.09 | 0.56 | 0.05 | 50.74 | 0.84 | 0.68 |
| Hex | F2 | DD | 6A | 0 | 9 | 38 | 5 | 33 | 54 | 44 |
| Octal | 362 | 335 | 152 | 0 | 11 | 70 | 5 | 63 | 124 | 104 |
| Binary | 11110010 | 11011101 | 1101010 | 0 | 1001 | 111000 | 101 | 110011 | 1010100 | 1000100 |
Color Harmonies of #F2DD6A
Complementary color
Monochromatic Colors of #F2DD6A
Black with #F2DD6A
Text Example
Text Example
White with #F2DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD6A; }
p { color: rgb(242,221,106); }
H1.HeaderClassName
{
color: #F2DD6A;
}
.AnyTagClassName
{
color: #F2DD6A;
}
</style>
background-color css
<style>
a { background-color: #F2DD6A; }
a { background-color: rgb(242,221,106); }
div.DivClassName
{
background-color: #F2DD6A;
}
.BgClassName
{
background-color: #F2DD6A;
}
</style>
border-color css
<style>
span { border-color: #F2DD6A; }
span { border-color: rgb(242,221,106); }
td.TdClassName
{
border-color: #F2DD6A;
}
.TagClassName
{
border-color: #F2DD6A;
}
</style>