Shades of Sweet Corn #F2DB76
Tints of Sweet Corn #F2DB76
RGB
CMYK
RGB Variations
Color information
#F2DB76 (or 0xF2DB76) is known color: Sweet Corn. HEX triplet: F2, DB and 76. RGB value is (242,219,118). Sum of RGB (Red+Green+Blue) = 242+219+118=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB76 is #0D2489. Grayscale: #D6D6D6. Windows color (decimal): -861322 or 7789554. OLE color: 7789554.
HSL color Cylindrical-coordinate representation of color #F2DB76: hue angle of 48.87º 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 #F2DB76 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 118 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.05 |
| HSL | 48.87º | 0.83% | 0.71% | - |
| HSV(B) | 48.87º | 0.51% | 0.95% | - |
| XYZ | 65.22 | 70.85 | 27.38 | - |
| YUV | 214.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 118 | 0 | 0.10 | 0.51 | 0.05 | 48.87 | 0.83 | 0.71 |
| Hex | F2 | DB | 76 | 0 | A | 33 | 5 | 31 | 53 | 47 |
| Octal | 362 | 333 | 166 | 0 | 12 | 63 | 5 | 61 | 123 | 107 |
| Binary | 11110010 | 11011011 | 1110110 | 0 | 1010 | 110011 | 101 | 110001 | 1010011 | 1000111 |
Color Harmonies of #F2DB76
Complementary color
Monochromatic Colors of #F2DB76
Black with #F2DB76
Text Example
Text Example
White with #F2DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB76; }
p { color: rgb(242,219,118); }
H1.HeaderClassName
{
color: #F2DB76;
}
.AnyTagClassName
{
color: #F2DB76;
}
</style>
background-color css
<style>
a { background-color: #F2DB76; }
a { background-color: rgb(242,219,118); }
div.DivClassName
{
background-color: #F2DB76;
}
.BgClassName
{
background-color: #F2DB76;
}
</style>
border-color css
<style>
span { border-color: #F2DB76; }
span { border-color: rgb(242,219,118); }
td.TdClassName
{
border-color: #F2DB76;
}
.TagClassName
{
border-color: #F2DB76;
}
</style>