#F6E372

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

Shades of Sweet Corn #F6E372

Tints of Sweet Corn #F6E372

Color information

#F6E372 (or 0xF6E372) is unknown color: approx Sweet Corn. HEX triplet: F6, E3 and 72. RGB value is (246,227,114). Sum of RGB (Red+Green+Blue) = 246+227+114=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E372 is #091C8D. Grayscale: #DCDCDC. Windows color (decimal): -597134 or 7529462. OLE color: 7529462.

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

Color convert

RGB246227114-
CMYK00.080.540.04
HSL51.36º88%70.59%-
HSV(B)51.36º53.66%96.47%-
XYZ68.5175.7526.93-
YUV219.868.29146.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 227 (89.06% from 255) = 38.67%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=41.91%
G=38.67%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622711400.080.540.0451.368870.59
HexF6E37208364335847
Octal36634316201066463130107
Binary111101101110001111100100100011011010011001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E372; }

 p { color: rgb(246,227,114); }

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

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

 a { background-color: rgb(246,227,114); }

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

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

 span { border-color: rgb(246,227,114); }

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