#F2E859

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

Shades of Corn #F2E859

Tints of Corn #F2E859

Color information

#F2E859 (or 0xF2E859) is unknown color: approx Corn. HEX triplet: F2, E8 and 59. RGB value is (242,232,89). Sum of RGB (Red+Green+Blue) = 242+232+89=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E859 is #0D17A6. Grayscale: #DBDBDB. Windows color (decimal): -858023 or 5892338. OLE color: 5892338.

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

Color convert

RGB24223289-
CMYK00.040.630.05
HSL56.08º85.47%64.9%-
HSV(B)56.08º63.22%94.9%-
XYZ67.2877.3120.83-
YUV218.6954.81144.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 232 (91.02% from 255) = 41.21%
BLUE value IS 89 (35.16% from 255) = 15.81%
R=42.98%
G=41.21%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422328900.040.630.0556.0885.4764.9
HexF2E859043F5385541
Octal3623501310477570125101
Binary11110010111010001011001010011111110111100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E859; }

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

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

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

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

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

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

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

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