#F1ED60

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

Shades of Corn #F1ED60

Tints of Corn #F1ED60

Color information

#F1ED60 (or 0xF1ED60) is unknown color: approx Corn. HEX triplet: F1, ED and 60. RGB value is (241,237,96). Sum of RGB (Red+Green+Blue) = 241+237+96=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 96 (37.89% from 255 or 16.72% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED60 is #0E129F. Grayscale: #DEDEDE. Windows color (decimal): -922272 or 6352369. OLE color: 6352369.

HSL color Cylindrical-coordinate representation of color #F1ED60: hue angle of 58.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1ED60 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24123796-
CMYK00.020.600.05
HSL58.34º83.82%66.08%-
HSV(B)58.34º60.17%94.51%-
XYZ68.6780.1122.91-
YUV222.1256.83141.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 96 (37.89% from 255) = 16.72%
R=41.99%
G=41.29%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412379600.020.600.0558.3483.8266.08
HexF1ED60023C53a5442
Octal3613551400274572124102
Binary1111000111101101110000001011110010111101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED60; }

 p { color: rgb(241,237,96); }

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

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

 a { background-color: rgb(241,237,96); }

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

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

 span { border-color: rgb(241,237,96); }

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