#F2E857

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

Shades of Corn #F2E857

Tints of Corn #F2E857

Color information

#F2E857 (or 0xF2E857) is unknown color: approx Corn. HEX triplet: F2, E8 and 57. RGB value is (242,232,87). Sum of RGB (Red+Green+Blue) = 242+232+87=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E857 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E857 is #0D17A8. Grayscale: #DBDBDB. Windows color (decimal): -858025 or 5761266. OLE color: 5761266.

HSL color Cylindrical-coordinate representation of color #F2E857: hue angle of 56.13º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2E857 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24223287-
CMYK00.040.640.05
HSL56.13º85.64%64.51%-
HSV(B)56.13º64.05%94.9%-
XYZ67.1977.2820.39-
YUV218.4653.81144.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 87 (34.38% from 255) = 15.51%
R=43.14%
G=41.35%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422328700.040.640.0556.1385.6464.51
HexF2E85704405385641
Octal36235012704100570126101
Binary111100101110100010101110100100000010111100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E857; }

 p { color: rgb(242,232,87); }

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

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

 a { background-color: rgb(242,232,87); }

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

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

 span { border-color: rgb(242,232,87); }

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