#F2ED62

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

Shades of Corn #F2ED62

Tints of Corn #F2ED62

Color information

#F2ED62 (or 0xF2ED62) is unknown color: approx Corn. HEX triplet: F2, ED and 62. RGB value is (242,237,98). Sum of RGB (Red+Green+Blue) = 242+237+98=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED62 is #0D129D. Grayscale: #DFDFDF. Windows color (decimal): -856734 or 6483442. OLE color: 6483442.

HSL color Cylindrical-coordinate representation of color #F2ED62: hue angle of 57.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2ED62 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24223798-
CMYK00.020.600.05
HSL57.92º84.71%66.67%-
HSV(B)57.92º59.5%94.9%-
XYZ69.1180.3323.42-
YUV222.6557.66141.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 98 (38.67% from 255) = 16.98%
R=41.94%
G=41.07%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422379800.020.600.0557.9284.7166.67
HexF2ED62023C53a5543
Octal3623551420274572125103
Binary1111001011101101110001001011110010111101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED62; }

 p { color: rgb(242,237,98); }

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

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

 a { background-color: rgb(242,237,98); }

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

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

 span { border-color: rgb(242,237,98); }

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