#F6ED60

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

Shades of Corn #F6ED60

Tints of Corn #F6ED60

Color information

#F6ED60 (or 0xF6ED60) is unknown color: approx Corn. HEX triplet: F6, ED and 60. RGB value is (246,237,96). Sum of RGB (Red+Green+Blue) = 246+237+96=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6ED60 is #09129F. Grayscale: #E0E0E0. Windows color (decimal): -594592 or 6352374. OLE color: 6352374.

HSL color Cylindrical-coordinate representation of color #F6ED60: hue angle of 56.4º degrees, saturation: 0.89, 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 #F6ED60 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24623796-
CMYK00.040.610.04
HSL56.4º89.29%67.06%-
HSV(B)56.4º60.98%96.47%-
XYZ70.481.0122.99-
YUV223.6255.98143.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.49%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 96 (37.89% from 255) = 16.58%
R=42.49%
G=40.93%
B=16.58%

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
Decimal2462379600.040.610.0456.489.2967.06
HexF6ED60043D4385943
Octal3663551400475470131103
Binary11110110111011011100000010011110110011100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ED60; }

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

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

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

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

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

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

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

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