Shades of Sweet Corn #F2DA76
Tints of Sweet Corn #F2DA76
RGB
CMYK
RGB Variations
Color information
#F2DA76 (or 0xF2DA76) is known color: Sweet Corn. HEX triplet: F2, DA and 76. RGB value is (242,218,118). Sum of RGB (Red+Green+Blue) = 242+218+118=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA76 is #0D2589. Grayscale: #D6D6D6. Windows color (decimal): -861578 or 7789298. OLE color: 7789298.
HSL color Cylindrical-coordinate representation of color #F2DA76: hue angle of 48.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2DA76 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 118 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.05 |
| HSL | 48.39º | 0.83% | 0.71% | - |
| HSV(B) | 48.39º | 0.51% | 0.95% | - |
| XYZ | 64.96 | 70.33 | 27.29 | - |
| YUV | 213.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 118 | 0 | 0.10 | 0.51 | 0.05 | 48.39 | 0.83 | 0.71 |
| Hex | F2 | DA | 76 | 0 | A | 33 | 5 | 30 | 53 | 47 |
| Octal | 362 | 332 | 166 | 0 | 12 | 63 | 5 | 60 | 123 | 107 |
| Binary | 11110010 | 11011010 | 1110110 | 0 | 1010 | 110011 | 101 | 110000 | 1010011 | 1000111 |
Color Harmonies of #F2DA76
Complementary color
Monochromatic Colors of #F2DA76
Black with #F2DA76
Text Example
Text Example
White with #F2DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA76; }
p { color: rgb(242,218,118); }
H1.HeaderClassName
{
color: #F2DA76;
}
.AnyTagClassName
{
color: #F2DA76;
}
</style>
background-color css
<style>
a { background-color: #F2DA76; }
a { background-color: rgb(242,218,118); }
div.DivClassName
{
background-color: #F2DA76;
}
.BgClassName
{
background-color: #F2DA76;
}
</style>
border-color css
<style>
span { border-color: #F2DA76; }
span { border-color: rgb(242,218,118); }
td.TdClassName
{
border-color: #F2DA76;
}
.TagClassName
{
border-color: #F2DA76;
}
</style>