#F0DA6F

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

Shades of Sweet Corn #F0DA6F

Tints of Sweet Corn #F0DA6F

Color information

#F0DA6F (or 0xF0DA6F) is unknown color: approx Sweet Corn. HEX triplet: F0, DA and 6F. RGB value is (240,218,111). Sum of RGB (Red+Green+Blue) = 240+218+111=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA6F is #0F2590. Grayscale: #D4D4D4. Windows color (decimal): -992657 or 7330544. OLE color: 7330544.

HSL color Cylindrical-coordinate representation of color #F0DA6F: hue angle of 49.77º 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 #F0DA6F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240218111-
CMYK00.090.540.06
HSL49.77º81.13%68.82%-
HSV(B)49.77º53.75%94.12%-
XYZ63.8869.8225.15-
YUV212.3870.79147.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 111 (43.75% from 255) = 19.51%
R=42.18%
G=38.31%
B=19.51%

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
Decimal24021811100.090.540.0649.7781.1368.82
HexF0DA6F09366325145
Octal36033215701166662121105
Binary111100001101101011011110100111011011011001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA6F; }

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

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

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

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

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

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

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

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