Shades of Sweet Corn #F2DF68
Tints of Sweet Corn #F2DF68
RGB
CMYK
RGB Variations
Color information
#F2DF68 (or 0xF2DF68) is known color: Sweet Corn. HEX triplet: F2, DF and 68. RGB value is (242,223,104). Sum of RGB (Red+Green+Blue) = 242+223+104=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF68 is #0D2097. Grayscale: #D7D7D7. Windows color (decimal): -860312 or 6873074. OLE color: 6873074.
HSL color Cylindrical-coordinate representation of color #F2DF68: hue angle of 51.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2DF68 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 104 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.05 |
| HSL | 51.74º | 0.84% | 0.68% | - |
| HSV(B) | 51.74º | 0.57% | 0.95% | - |
| XYZ | 65.5 | 72.65 | 23.67 | - |
| YUV | 215.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 104 | 0 | 0.08 | 0.57 | 0.05 | 51.74 | 0.84 | 0.68 |
| Hex | F2 | DF | 68 | 0 | 8 | 39 | 5 | 34 | 54 | 44 |
| Octal | 362 | 337 | 150 | 0 | 10 | 71 | 5 | 64 | 124 | 104 |
| Binary | 11110010 | 11011111 | 1101000 | 0 | 1000 | 111001 | 101 | 110100 | 1010100 | 1000100 |
Color Harmonies of #F2DF68
Complementary color
Monochromatic Colors of #F2DF68
Black with #F2DF68
Text Example
Text Example
White with #F2DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF68; }
p { color: rgb(242,223,104); }
H1.HeaderClassName
{
color: #F2DF68;
}
.AnyTagClassName
{
color: #F2DF68;
}
</style>
background-color css
<style>
a { background-color: #F2DF68; }
a { background-color: rgb(242,223,104); }
div.DivClassName
{
background-color: #F2DF68;
}
.BgClassName
{
background-color: #F2DF68;
}
</style>
border-color css
<style>
span { border-color: #F2DF68; }
span { border-color: rgb(242,223,104); }
td.TdClassName
{
border-color: #F2DF68;
}
.TagClassName
{
border-color: #F2DF68;
}
</style>