#F2E65D

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

Shades of Corn #F2E65D

Tints of Corn #F2E65D

Color information

#F2E65D (or 0xF2E65D) is unknown color: approx Corn. HEX triplet: F2, E6 and 5D. RGB value is (242,230,93). Sum of RGB (Red+Green+Blue) = 242+230+93=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E65D is #0D19A2. Grayscale: #DADADA. Windows color (decimal): -858531 or 6153970. OLE color: 6153970.

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

Color convert

RGB24223093-
CMYK00.050.620.05
HSL55.17º85.14%65.69%-
HSV(B)55.17º61.57%94.9%-
XYZ66.8976.2621.55-
YUV217.9757.48145.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 230 (90.23% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 16.46%
R=42.83%
G=40.71%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422309300.050.620.0555.1785.1465.69
HexF2E65D053E5375542
Octal3623461350576567125102
Binary11110010111001101011101010111111010111011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E65D; }

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

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

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

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

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

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

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

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