#F0DB6F

Color #F0DB6F Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F0DB6F

Tints of Sweet Corn #F0DB6F

Color information

#F0DB6F (or 0xF0DB6F) is unknown color: approx Sweet Corn. HEX triplet: F0, DB and 6F. RGB value is (240,219,111). Sum of RGB (Red+Green+Blue) = 240+219+111=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB6F is #0F2490. Grayscale: #D5D5D5. Windows color (decimal): -992401 or 7330800. OLE color: 7330800.

HSL color Cylindrical-coordinate representation of color #F0DB6F: hue angle of 50.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0DB6F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240219111-
CMYK00.090.540.06
HSL50.23º81.13%68.82%-
HSV(B)50.23º53.75%94.12%-
XYZ64.1470.3425.23-
YUV212.9770.46147.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 111 (43.75% from 255) = 19.47%
R=42.11%
G=38.42%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021911100.090.540.0650.2381.1368.82
HexF0DB6F09366325145
Octal36033315701166662121105
Binary111100001101101111011110100111011011011001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DB6F; }

 p { color: rgb(240,219,111); }

 H1.HeaderClassName
 {
   color: #F0DB6F;
 }
 .AnyTagClassName
 {
   color: #F0DB6F;
 }
</style>
background-color css

<style>
 a { background-color: #F0DB6F; }

 a { background-color: rgb(240,219,111); }

 div.DivClassName
 {
   background-color: #F0DB6F;
 }
 .BgClassName
 {
   background-color: #F0DB6F;
 }
</style>
border-color css

<style>
 span { border-color: #F0DB6F; }

 span { border-color: rgb(240,219,111); }

 td.TdClassName
 {
   border-color: #F0DB6F;
 }
 .TagClassName
 {
   border-color: #F0DB6F;
 }
</style>