Shades of Sweet Corn #F0DF69
Tints of Sweet Corn #F0DF69
RGB
CMYK
RGB Variations
Color information
#F0DF69 (or 0xF0DF69) is known color: Sweet Corn. HEX triplet: F0, DF and 69. RGB value is (240,223,105). Sum of RGB (Red+Green+Blue) = 240+223+105=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF69 is #0F2096. Grayscale: #D7D7D7. Windows color (decimal): -991383 or 6938608. OLE color: 6938608.
HSL color Cylindrical-coordinate representation of color #F0DF69: hue angle of 52.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0DF69 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 105 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.06 |
| HSL | 52.44º | 0.82% | 0.68% | - |
| HSV(B) | 52.44º | 0.56% | 0.94% | - |
| XYZ | 64.87 | 72.32 | 23.9 | - |
| YUV | 214.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 105 | 0 | 0.07 | 0.56 | 0.06 | 52.44 | 0.82 | 0.68 |
| Hex | F0 | DF | 69 | 0 | 7 | 38 | 6 | 34 | 52 | 44 |
| Octal | 360 | 337 | 151 | 0 | 7 | 70 | 6 | 64 | 122 | 104 |
| Binary | 11110000 | 11011111 | 1101001 | 0 | 111 | 111000 | 110 | 110100 | 1010010 | 1000100 |
Color Harmonies of #F0DF69
Complementary color
Monochromatic Colors of #F0DF69
Black with #F0DF69
Text Example
Text Example
White with #F0DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF69; }
p { color: rgb(240,223,105); }
H1.HeaderClassName
{
color: #F0DF69;
}
.AnyTagClassName
{
color: #F0DF69;
}
</style>
background-color css
<style>
a { background-color: #F0DF69; }
a { background-color: rgb(240,223,105); }
div.DivClassName
{
background-color: #F0DF69;
}
.BgClassName
{
background-color: #F0DF69;
}
</style>
border-color css
<style>
span { border-color: #F0DF69; }
span { border-color: rgb(240,223,105); }
td.TdClassName
{
border-color: #F0DF69;
}
.TagClassName
{
border-color: #F0DF69;
}
</style>