#F6E278

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

Shades of Sweet Corn #F6E278

Tints of Sweet Corn #F6E278

Color information

#F6E278 (or 0xF6E278) is unknown color: approx Sweet Corn. HEX triplet: F6, E2 and 78. RGB value is (246,226,120). Sum of RGB (Red+Green+Blue) = 246+226+120=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E278 is #091D87. Grayscale: #DCDCDC. Windows color (decimal): -597384 or 7922422. OLE color: 7922422.

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

Color convert

RGB246226120-
CMYK00.080.510.04
HSL50.48º87.5%71.76%-
HSV(B)50.48º51.22%96.47%-
XYZ68.5975.3428.7-
YUV219.971.63146.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 120 (47.27% from 255) = 20.27%
R=41.55%
G=38.18%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622612000.080.510.0450.4887.571.76
HexF6E27808334325848
Octal36634217001063462130110
Binary111101101110001011110000100011001110011001010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E278; }

 p { color: rgb(246,226,120); }

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

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

 a { background-color: rgb(246,226,120); }

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

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

 span { border-color: rgb(246,226,120); }

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