#F4DE72

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

Shades of Sweet Corn #F4DE72

Tints of Sweet Corn #F4DE72

Color information

#F4DE72 (or 0xF4DE72) is unknown color: approx Sweet Corn. HEX triplet: F4, DE and 72. RGB value is (244,222,114). Sum of RGB (Red+Green+Blue) = 244+222+114=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DE72 is #0B218D. Grayscale: #D8D8D8. Windows color (decimal): -729486 or 7528180. OLE color: 7528180.

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

Color convert

RGB244222114-
CMYK00.090.530.04
HSL49.85º85.53%70.2%-
HSV(B)49.85º53.28%95.69%-
XYZ66.4772.6926.45-
YUV216.2770.29147.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 114 (44.92% from 255) = 19.66%
R=42.07%
G=38.28%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422211400.090.530.0449.8585.5370.2
HexF4DE7209354325646
Octal36433616201165462126106
Binary111101001101111011100100100111010110011001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DE72; }

 p { color: rgb(244,222,114); }

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

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

 a { background-color: rgb(244,222,114); }

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

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

 span { border-color: rgb(244,222,114); }

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