Shades of Sweet Corn #F2DF6F
Tints of Sweet Corn #F2DF6F
RGB
CMYK
RGB Variations
Color information
#F2DF6F (or 0xF2DF6F) is known color: Sweet Corn. HEX triplet: F2, DF and 6F. RGB value is (242,223,111). Sum of RGB (Red+Green+Blue) = 242+223+111=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 111 (43.75% from 255 or 19.27% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF6F is #0D2090. Grayscale: #D8D8D8. Windows color (decimal): -860305 or 7331826. OLE color: 7331826.
HSL color Cylindrical-coordinate representation of color #F2DF6F: hue angle of 51.3º 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 #F2DF6F is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 111 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.05 |
| HSL | 51.3º | 0.83% | 0.69% | - |
| HSV(B) | 51.3º | 0.54% | 0.95% | - |
| XYZ | 65.87 | 72.8 | 25.62 | - |
| YUV | 215.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 111 | 0 | 0.08 | 0.54 | 0.05 | 51.3 | 0.83 | 0.69 |
| Hex | F2 | DF | 6F | 0 | 8 | 36 | 5 | 33 | 53 | 45 |
| Octal | 362 | 337 | 157 | 0 | 10 | 66 | 5 | 63 | 123 | 105 |
| Binary | 11110010 | 11011111 | 1101111 | 0 | 1000 | 110110 | 101 | 110011 | 1010011 | 1000101 |
Color Harmonies of #F2DF6F
Complementary color
Monochromatic Colors of #F2DF6F
Black with #F2DF6F
Text Example
Text Example
White with #F2DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF6F; }
p { color: rgb(242,223,111); }
H1.HeaderClassName
{
color: #F2DF6F;
}
.AnyTagClassName
{
color: #F2DF6F;
}
</style>
background-color css
<style>
a { background-color: #F2DF6F; }
a { background-color: rgb(242,223,111); }
div.DivClassName
{
background-color: #F2DF6F;
}
.BgClassName
{
background-color: #F2DF6F;
}
</style>
border-color css
<style>
span { border-color: #F2DF6F; }
span { border-color: rgb(242,223,111); }
td.TdClassName
{
border-color: #F2DF6F;
}
.TagClassName
{
border-color: #F2DF6F;
}
</style>