#F2E56D

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

Shades of Sweet Corn #F2E56D

Tints of Sweet Corn #F2E56D

Color information

#F2E56D (or 0xF2E56D) is unknown color: approx Sweet Corn. HEX triplet: F2, E5 and 6D. RGB value is (242,229,109). Sum of RGB (Red+Green+Blue) = 242+229+109=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E56D is #0D1A92. Grayscale: #DBDBDB. Windows color (decimal): -858771 or 7202290. OLE color: 7202290.

HSL color Cylindrical-coordinate representation of color #F2E56D: hue angle of 54.14º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2E56D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242229109-
CMYK00.050.550.05
HSL54.14º83.65%68.82%-
HSV(B)54.14º54.96%94.9%-
XYZ67.476.0225.59-
YUV219.2165.81144.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 229 (89.84% from 255) = 39.48%
BLUE value IS 109 (42.97% from 255) = 18.79%
R=41.72%
G=39.48%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222910900.050.550.0554.1483.6568.82
HexF2E56D05375365445
Octal3623451550567566124105
Binary11110010111001011101101010111011110111011010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E56D; }

 p { color: rgb(242,229,109); }

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

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

 a { background-color: rgb(242,229,109); }

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

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

 span { border-color: rgb(242,229,109); }

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