#F1EA5C

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

Shades of Corn #F1EA5C

Tints of Corn #F1EA5C

Color information

#F1EA5C (or 0xF1EA5C) is unknown color: approx Corn. HEX triplet: F1, EA and 5C. RGB value is (241,234,92). Sum of RGB (Red+Green+Blue) = 241+234+92=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA5C is #0E15A3. Grayscale: #DCDCDC. Windows color (decimal): -923044 or 6089457. OLE color: 6089457.

HSL color Cylindrical-coordinate representation of color #F1EA5C: hue angle of 57.18º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1EA5C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24123492-
CMYK00.030.620.05
HSL57.18º84.18%65.29%-
HSV(B)57.18º61.83%94.51%-
XYZ67.6378.3221.68-
YUV219.955.82143.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 92 (36.33% from 255) = 16.23%
R=42.50%
G=41.27%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412349200.030.620.0557.1884.1865.29
HexF1EA5C033E5395441
Octal3613521340376571124101
Binary1111000111101010101110001111111010111100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA5C; }

 p { color: rgb(241,234,92); }

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

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

 a { background-color: rgb(241,234,92); }

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

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

 span { border-color: rgb(241,234,92); }

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