Shades of Corn #F0DF65
Tints of Corn #F0DF65
RGB
CMYK
RGB Variations
Color information
#F0DF65 (or 0xF0DF65) is known color: Corn. HEX triplet: F0, DF and 65. RGB value is (240,223,101). Sum of RGB (Red+Green+Blue) = 240+223+101=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF65 is #0F209A. Grayscale: #D6D6D6. Windows color (decimal): -991387 or 6676464. OLE color: 6676464.
HSL color Cylindrical-coordinate representation of color #F0DF65: hue angle of 52.66º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0DF65 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 101 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.06 |
| HSL | 52.66º | 0.82% | 0.67% | - |
| HSV(B) | 52.66º | 0.58% | 0.94% | - |
| XYZ | 64.67 | 72.24 | 22.85 | - |
| YUV | 214.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 101 | 0 | 0.07 | 0.58 | 0.06 | 52.66 | 0.82 | 0.67 |
| Hex | F0 | DF | 65 | 0 | 7 | 3A | 6 | 35 | 52 | 43 |
| Octal | 360 | 337 | 145 | 0 | 7 | 72 | 6 | 65 | 122 | 103 |
| Binary | 11110000 | 11011111 | 1100101 | 0 | 111 | 111010 | 110 | 110101 | 1010010 | 1000011 |
Color Harmonies of #F0DF65
Complementary color
Monochromatic Colors of #F0DF65
Black with #F0DF65
Text Example
Text Example
White with #F0DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF65; }
p { color: rgb(240,223,101); }
H1.HeaderClassName
{
color: #F0DF65;
}
.AnyTagClassName
{
color: #F0DF65;
}
</style>
background-color css
<style>
a { background-color: #F0DF65; }
a { background-color: rgb(240,223,101); }
div.DivClassName
{
background-color: #F0DF65;
}
.BgClassName
{
background-color: #F0DF65;
}
</style>
border-color css
<style>
span { border-color: #F0DF65; }
span { border-color: rgb(240,223,101); }
td.TdClassName
{
border-color: #F0DF65;
}
.TagClassName
{
border-color: #F0DF65;
}
</style>