Shades of Sweet Corn #F2DF70
Tints of Sweet Corn #F2DF70
RGB
CMYK
RGB Variations
Color information
#F2DF70 (or 0xF2DF70) is known color: Sweet Corn. HEX triplet: F2, DF and 70. RGB value is (242,223,112). Sum of RGB (Red+Green+Blue) = 242+223+112=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF70 is #0D208F. Grayscale: #D8D8D8. Windows color (decimal): -860304 or 7397362. OLE color: 7397362.
HSL color Cylindrical-coordinate representation of color #F2DF70: hue angle of 51.23º 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 #F2DF70 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 112 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.05 |
| HSL | 51.23º | 0.83% | 0.69% | - |
| HSV(B) | 51.23º | 0.54% | 0.95% | - |
| XYZ | 65.93 | 72.82 | 25.91 | - |
| YUV | 216.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 112 | 0 | 0.08 | 0.54 | 0.05 | 51.23 | 0.83 | 0.69 |
| Hex | F2 | DF | 70 | 0 | 8 | 36 | 5 | 33 | 53 | 45 |
| Octal | 362 | 337 | 160 | 0 | 10 | 66 | 5 | 63 | 123 | 105 |
| Binary | 11110010 | 11011111 | 1110000 | 0 | 1000 | 110110 | 101 | 110011 | 1010011 | 1000101 |
Color Harmonies of #F2DF70
Complementary color
Monochromatic Colors of #F2DF70
Black with #F2DF70
Text Example
Text Example
White with #F2DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF70; }
p { color: rgb(242,223,112); }
H1.HeaderClassName
{
color: #F2DF70;
}
.AnyTagClassName
{
color: #F2DF70;
}
</style>
background-color css
<style>
a { background-color: #F2DF70; }
a { background-color: rgb(242,223,112); }
div.DivClassName
{
background-color: #F2DF70;
}
.BgClassName
{
background-color: #F2DF70;
}
</style>
border-color css
<style>
span { border-color: #F2DF70; }
span { border-color: rgb(242,223,112); }
td.TdClassName
{
border-color: #F2DF70;
}
.TagClassName
{
border-color: #F2DF70;
}
</style>