#F1DE72

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

Shades of Sweet Corn #F1DE72

Tints of Sweet Corn #F1DE72

Color information

#F1DE72 (or 0xF1DE72) is unknown color: approx Sweet Corn. HEX triplet: F1, DE and 72. RGB value is (241,222,114). Sum of RGB (Red+Green+Blue) = 241+222+114=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DE72 is #0E218D. Grayscale: #D7D7D7. Windows color (decimal): -926094 or 7528177. OLE color: 7528177.

HSL color Cylindrical-coordinate representation of color #F1DE72: hue angle of 51.02º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1DE72 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241222114-
CMYK00.080.530.05
HSL51.02º81.94%69.61%-
HSV(B)51.02º52.7%94.51%-
XYZ65.4372.1626.4-
YUV215.3770.79146.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 114 (44.92% from 255) = 19.76%
R=41.77%
G=38.47%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122211400.080.530.0551.0281.9469.61
HexF1DE7208355335246
Octal36133616201065563122106
Binary111100011101111011100100100011010110111001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE72; }

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

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

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

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

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

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

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

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