Shades of Sweet Corn #F0DF66
Tints of Sweet Corn #F0DF66
RGB
CMYK
RGB Variations
Color information
#F0DF66 (or 0xF0DF66) is known color: Sweet Corn. HEX triplet: F0, DF and 66. RGB value is (240,223,102). Sum of RGB (Red+Green+Blue) = 240+223+102=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF66 is #0F2099. Grayscale: #D6D6D6. Windows color (decimal): -991386 or 6742000. OLE color: 6742000.
HSL color Cylindrical-coordinate representation of color #F0DF66: hue angle of 52.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0DF66 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 102 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.06 |
| HSL | 52.61º | 0.82% | 0.67% | - |
| HSV(B) | 52.61º | 0.58% | 0.94% | - |
| XYZ | 64.72 | 72.26 | 23.11 | - |
| YUV | 214.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 102 | 0 | 0.07 | 0.58 | 0.06 | 52.61 | 0.82 | 0.67 |
| Hex | F0 | DF | 66 | 0 | 7 | 3A | 6 | 35 | 52 | 43 |
| Octal | 360 | 337 | 146 | 0 | 7 | 72 | 6 | 65 | 122 | 103 |
| Binary | 11110000 | 11011111 | 1100110 | 0 | 111 | 111010 | 110 | 110101 | 1010010 | 1000011 |
Color Harmonies of #F0DF66
Complementary color
Monochromatic Colors of #F0DF66
Black with #F0DF66
Text Example
Text Example
White with #F0DF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF66; }
p { color: rgb(240,223,102); }
H1.HeaderClassName
{
color: #F0DF66;
}
.AnyTagClassName
{
color: #F0DF66;
}
</style>
background-color css
<style>
a { background-color: #F0DF66; }
a { background-color: rgb(240,223,102); }
div.DivClassName
{
background-color: #F0DF66;
}
.BgClassName
{
background-color: #F0DF66;
}
</style>
border-color css
<style>
span { border-color: #F0DF66; }
span { border-color: rgb(240,223,102); }
td.TdClassName
{
border-color: #F0DF66;
}
.TagClassName
{
border-color: #F0DF66;
}
</style>