Shades of Sweet Corn #F2DA70
Tints of Sweet Corn #F2DA70
RGB
CMYK
RGB Variations
Color information
#F2DA70 (or 0xF2DA70) is known color: Sweet Corn. HEX triplet: F2, DA and 70. RGB value is (242,218,112). Sum of RGB (Red+Green+Blue) = 242+218+112=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA70 is #0D258F. Grayscale: #D5D5D5. Windows color (decimal): -861584 or 7396082. OLE color: 7396082.
HSL color Cylindrical-coordinate representation of color #F2DA70: hue angle of 48.92º 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 #F2DA70 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 112 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.05 |
| HSL | 48.92º | 0.83% | 0.69% | - |
| HSV(B) | 48.92º | 0.54% | 0.95% | - |
| XYZ | 64.61 | 70.19 | 25.47 | - |
| YUV | 213.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 112 | 0 | 0.10 | 0.54 | 0.05 | 48.92 | 0.83 | 0.69 |
| Hex | F2 | DA | 70 | 0 | A | 36 | 5 | 31 | 53 | 45 |
| Octal | 362 | 332 | 160 | 0 | 12 | 66 | 5 | 61 | 123 | 105 |
| Binary | 11110010 | 11011010 | 1110000 | 0 | 1010 | 110110 | 101 | 110001 | 1010011 | 1000101 |
Color Harmonies of #F2DA70
Complementary color
Monochromatic Colors of #F2DA70
Black with #F2DA70
Text Example
Text Example
White with #F2DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA70; }
p { color: rgb(242,218,112); }
H1.HeaderClassName
{
color: #F2DA70;
}
.AnyTagClassName
{
color: #F2DA70;
}
</style>
background-color css
<style>
a { background-color: #F2DA70; }
a { background-color: rgb(242,218,112); }
div.DivClassName
{
background-color: #F2DA70;
}
.BgClassName
{
background-color: #F2DA70;
}
</style>
border-color css
<style>
span { border-color: #F2DA70; }
span { border-color: rgb(242,218,112); }
td.TdClassName
{
border-color: #F2DA70;
}
.TagClassName
{
border-color: #F2DA70;
}
</style>