#F6EC5A

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

Shades of Corn #F6EC5A

Tints of Corn #F6EC5A

Color information

#F6EC5A (or 0xF6EC5A) is unknown color: approx Corn. HEX triplet: F6, EC and 5A. RGB value is (246,236,90). Sum of RGB (Red+Green+Blue) = 246+236+90=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EC5A is #0913A5. Grayscale: #DEDEDE. Windows color (decimal): -594854 or 5958902. OLE color: 5958902.

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

Color convert

RGB24623690-
CMYK00.040.630.04
HSL56.15º89.66%65.88%-
HSV(B)56.15º63.41%96.47%-
XYZ69.8580.3221.5-
YUV222.3553.31144.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 90 (35.55% from 255) = 15.73%
R=43.01%
G=41.26%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462369000.040.630.0456.1589.6665.88
HexF6EC5A043F4385a42
Octal3663541320477470132102
Binary11110110111011001011010010011111110011100010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EC5A; }

 p { color: rgb(246,236,90); }

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

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

 a { background-color: rgb(246,236,90); }

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

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

 span { border-color: rgb(246,236,90); }

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