#F2E662

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

Shades of Corn #F2E662

Tints of Corn #F2E662

Color information

#F2E662 (or 0xF2E662) is unknown color: approx Corn. HEX triplet: F2, E6 and 62. RGB value is (242,230,98). Sum of RGB (Red+Green+Blue) = 242+230+98=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E662 is #0D199D. Grayscale: #DBDBDB. Windows color (decimal): -858526 or 6481650. OLE color: 6481650.

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

Color convert

RGB24223098-
CMYK00.050.600.05
HSL55º84.71%66.67%-
HSV(B)55º59.5%94.9%-
XYZ67.1276.3522.76-
YUV218.5459.98144.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 230 (90.23% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 17.19%
R=42.46%
G=40.35%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422309800.050.600.055584.7166.67
HexF2E662053C5375543
Octal3623461420574567125103
Binary11110010111001101100010010111110010111011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E662; }

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

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

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

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

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

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

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

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