#F5DE76

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

Shades of Sweet Corn #F5DE76

Tints of Sweet Corn #F5DE76

Color information

#F5DE76 (or 0xF5DE76) is unknown color: approx Sweet Corn. HEX triplet: F5, DE and 76. RGB value is (245,222,118). Sum of RGB (Red+Green+Blue) = 245+222+118=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE76 is #0A2189. Grayscale: #D9D9D9. Windows color (decimal): -663946 or 7790325. OLE color: 7790325.

HSL color Cylindrical-coordinate representation of color #F5DE76: hue angle of 49.13º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5DE76 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245222118-
CMYK00.090.520.04
HSL49.13º86.39%71.18%-
HSV(B)49.13º51.84%96.08%-
XYZ67.0572.9627.69-
YUV217.0272.12147.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=41.88%
G=37.95%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522211800.090.520.0449.1386.3971.18
HexF5DE7609344315647
Octal36533616601164461126107
Binary111101011101111011101100100111010010011000110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE76; }

 p { color: rgb(245,222,118); }

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

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

 a { background-color: rgb(245,222,118); }

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

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

 span { border-color: rgb(245,222,118); }

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