#F0DE77

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

Shades of Sweet Corn #F0DE77

Tints of Sweet Corn #F0DE77

Color information

#F0DE77 (or 0xF0DE77) is unknown color: approx Sweet Corn. HEX triplet: F0, DE and 77. RGB value is (240,222,119). Sum of RGB (Red+Green+Blue) = 240+222+119=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE77 is #0F2188. Grayscale: #D8D8D8. Windows color (decimal): -991625 or 7855856. OLE color: 7855856.

HSL color Cylindrical-coordinate representation of color #F0DE77: hue angle of 51.07º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0DE77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240222119-
CMYK00.080.500.06
HSL51.07º80.13%70.39%-
HSV(B)51.07º50.42%94.12%-
XYZ65.3972.127.92-
YUV215.6473.46145.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 119 (46.88% from 255) = 20.48%
R=41.31%
G=38.21%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022211900.080.500.0651.0780.1370.39
HexF0DE7708326335046
Octal36033616701062663120106
Binary111100001101111011101110100011001011011001110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DE77; }

 p { color: rgb(240,222,119); }

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

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

 a { background-color: rgb(240,222,119); }

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

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

 span { border-color: rgb(240,222,119); }

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