#f5ec60

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

Shades of Corn #F5EC60

Tints of Corn #F5EC60

Color information

#F5EC60 (or 0xF5EC60) is unknown color: approx Corn. HEX triplet: F5, EC and 60. RGB value is (245,236,96). Sum of RGB (Red+Green+Blue) = 245+236+96=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC60 is #0A139F. Grayscale: #DFDFDF. Windows color (decimal): -660384 or 6352117. OLE color: 6352117.

HSL color Cylindrical-coordinate representation of color #F5EC60: hue angle of 56.38º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5EC60 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24523696-
CMYK00.040.610.04
HSL56.38º88.17%66.86%-
HSV(B)56.38º60.82%96.08%-
XYZ69.7680.2522.88-
YUV222.7356.48143.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 96 (37.89% from 255) = 16.64%
R=42.46%
G=40.90%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452369600.040.610.0456.3888.1766.86
HexF5EC60043D4385843
Octal3653541400475470130103
Binary11110101111011001100000010011110110011100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ec60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ec60; }

 p { color: rgb(245,236,96); }

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

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

 a { background-color: rgb(245,236,96); }

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

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

 span { border-color: rgb(245,236,96); }

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