#F1DE70

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

Shades of Sweet Corn #F1DE70

Tints of Sweet Corn #F1DE70

Color information

#F1DE70 (or 0xF1DE70) is unknown color: approx Sweet Corn. HEX triplet: F1, DE and 70. RGB value is (241,222,112). Sum of RGB (Red+Green+Blue) = 241+222+112=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DE70 is #0E218F. Grayscale: #D7D7D7. Windows color (decimal): -926096 or 7397105. OLE color: 7397105.

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

Color convert

RGB241222112-
CMYK00.080.540.05
HSL51.16º82.17%69.22%-
HSV(B)51.16º53.53%94.51%-
XYZ65.3272.1125.81-
YUV215.1469.79146.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 112 (44.14% from 255) = 19.48%
R=41.91%
G=38.61%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122211200.080.540.0551.1682.1769.22
HexF1DE7008365335245
Octal36133616001066563122105
Binary111100011101111011100000100011011010111001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE70; }

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

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

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

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

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

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

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

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