#F2EB62

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

Shades of Corn #F2EB62

Tints of Corn #F2EB62

Color information

#F2EB62 (or 0xF2EB62) is unknown color: approx Corn. HEX triplet: F2, EB and 62. RGB value is (242,235,98). Sum of RGB (Red+Green+Blue) = 242+235+98=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB62 is #0D149D. Grayscale: #DEDEDE. Windows color (decimal): -857246 or 6482930. OLE color: 6482930.

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

Color convert

RGB24223598-
CMYK00.030.600.05
HSL57.08º84.71%66.67%-
HSV(B)57.08º59.5%94.9%-
XYZ68.5379.1823.23-
YUV221.4858.32142.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 98 (38.67% from 255) = 17.04%
R=42.09%
G=40.87%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422359800.030.600.0557.0884.7166.67
HexF2EB62033C5395543
Octal3623531420374571125103
Binary1111001011101011110001001111110010111100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB62; }

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

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

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

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

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

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

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

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