#F2E56E

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

Shades of Sweet Corn #F2E56E

Tints of Sweet Corn #F2E56E

Color information

#F2E56E (or 0xF2E56E) is unknown color: approx Sweet Corn. HEX triplet: F2, E5 and 6E. RGB value is (242,229,110). Sum of RGB (Red+Green+Blue) = 242+229+110=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E56E is #0D1A91. Grayscale: #DBDBDB. Windows color (decimal): -858770 or 7267826. OLE color: 7267826.

HSL color Cylindrical-coordinate representation of color #F2E56E: hue angle of 54.09º 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 #F2E56E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242229110-
CMYK00.050.550.05
HSL54.09º83.54%69.02%-
HSV(B)54.09º54.55%94.9%-
XYZ67.4576.0425.87-
YUV219.3266.31144.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 229 (89.84% from 255) = 39.41%
BLUE value IS 110 (43.36% from 255) = 18.93%
R=41.65%
G=39.41%
B=18.93%

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
Decimal24222911000.050.550.0554.0983.5469.02
HexF2E56E05375365445
Octal3623451560567566124105
Binary11110010111001011101110010111011110111011010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E56E; }

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

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

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

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

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

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

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

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