Shades of Sweet Corn #F2DC70
Tints of Sweet Corn #F2DC70
RGB
CMYK
RGB Variations
Color information
#F2DC70 (or 0xF2DC70) is known color: Sweet Corn. HEX triplet: F2, DC and 70. RGB value is (242,220,112). Sum of RGB (Red+Green+Blue) = 242+220+112=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC70 is #0D238F. Grayscale: #D6D6D6. Windows color (decimal): -861072 or 7396594. OLE color: 7396594.
HSL color Cylindrical-coordinate representation of color #F2DC70: hue angle of 49.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2DC70 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 112 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.05 |
| HSL | 49.85º | 0.83% | 0.69% | - |
| HSV(B) | 49.85º | 0.54% | 0.95% | - |
| XYZ | 65.14 | 71.23 | 25.65 | - |
| YUV | 214.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 112 | 0 | 0.09 | 0.54 | 0.05 | 49.85 | 0.83 | 0.69 |
| Hex | F2 | DC | 70 | 0 | 9 | 36 | 5 | 32 | 53 | 45 |
| Octal | 362 | 334 | 160 | 0 | 11 | 66 | 5 | 62 | 123 | 105 |
| Binary | 11110010 | 11011100 | 1110000 | 0 | 1001 | 110110 | 101 | 110010 | 1010011 | 1000101 |
Color Harmonies of #F2DC70
Complementary color
Monochromatic Colors of #F2DC70
Black with #F2DC70
Text Example
Text Example
White with #F2DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC70; }
p { color: rgb(242,220,112); }
H1.HeaderClassName
{
color: #F2DC70;
}
.AnyTagClassName
{
color: #F2DC70;
}
</style>
background-color css
<style>
a { background-color: #F2DC70; }
a { background-color: rgb(242,220,112); }
div.DivClassName
{
background-color: #F2DC70;
}
.BgClassName
{
background-color: #F2DC70;
}
</style>
border-color css
<style>
span { border-color: #F2DC70; }
span { border-color: rgb(242,220,112); }
td.TdClassName
{
border-color: #F2DC70;
}
.TagClassName
{
border-color: #F2DC70;
}
</style>