#F6E680

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

Shades of Sweet Corn #F6E680

Tints of Sweet Corn #F6E680

Color information

#F6E680 (or 0xF6E680) is unknown color: approx Sweet Corn. HEX triplet: F6, E6 and 80. RGB value is (246,230,128). Sum of RGB (Red+Green+Blue) = 246+230+128=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E680 is #09197F. Grayscale: #DFDFDF. Windows color (decimal): -596352 or 8447734. OLE color: 8447734.

HSL color Cylindrical-coordinate representation of color #F6E680: hue angle of 51.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6E680 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246230128-
CMYK00.070.480.04
HSL51.86º86.76%73.33%-
HSV(B)51.86º47.97%96.47%-
XYZ70.277.7431.73-
YUV223.1674.3144.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 128 (50.39% from 255) = 21.19%
R=40.73%
G=38.08%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623012800.070.480.0451.8686.7673.33
HexF6E68007304345749
Octal3663462000760464127111
Binary111101101110011010000000011111000010011010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E680; }

 p { color: rgb(246,230,128); }

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

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

 a { background-color: rgb(246,230,128); }

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

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

 span { border-color: rgb(246,230,128); }

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