Shades of Sweet Corn #F2DC73
Tints of Sweet Corn #F2DC73
RGB
CMYK
RGB Variations
Color information
#F2DC73 (or 0xF2DC73) is known color: Sweet Corn. HEX triplet: F2, DC and 73. RGB value is (242,220,115). Sum of RGB (Red+Green+Blue) = 242+220+115=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC73 is #0D238C. Grayscale: #D7D7D7. Windows color (decimal): -861069 or 7593202. OLE color: 7593202.
HSL color Cylindrical-coordinate representation of color #F2DC73: hue angle of 49.61º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2DC73 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 115 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.05 |
| HSL | 49.61º | 0.83% | 0.7% | - |
| HSV(B) | 49.61º | 0.52% | 0.95% | - |
| XYZ | 65.31 | 71.3 | 26.54 | - |
| YUV | 214.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 115 | 0 | 0.09 | 0.52 | 0.05 | 49.61 | 0.83 | 0.7 |
| Hex | F2 | DC | 73 | 0 | 9 | 34 | 5 | 32 | 53 | 46 |
| Octal | 362 | 334 | 163 | 0 | 11 | 64 | 5 | 62 | 123 | 106 |
| Binary | 11110010 | 11011100 | 1110011 | 0 | 1001 | 110100 | 101 | 110010 | 1010011 | 1000110 |
Color Harmonies of #F2DC73
Complementary color
Monochromatic Colors of #F2DC73
Black with #F2DC73
Text Example
Text Example
White with #F2DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC73; }
p { color: rgb(242,220,115); }
H1.HeaderClassName
{
color: #F2DC73;
}
.AnyTagClassName
{
color: #F2DC73;
}
</style>
background-color css
<style>
a { background-color: #F2DC73; }
a { background-color: rgb(242,220,115); }
div.DivClassName
{
background-color: #F2DC73;
}
.BgClassName
{
background-color: #F2DC73;
}
</style>
border-color css
<style>
span { border-color: #F2DC73; }
span { border-color: rgb(242,220,115); }
td.TdClassName
{
border-color: #F2DC73;
}
.TagClassName
{
border-color: #F2DC73;
}
</style>