#F2E16F

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

Shades of Sweet Corn #F2E16F

Tints of Sweet Corn #F2E16F

Color information

#F2E16F (or 0xF2E16F) is unknown color: approx Sweet Corn. HEX triplet: F2, E1 and 6F. RGB value is (242,225,111). Sum of RGB (Red+Green+Blue) = 242+225+111=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E16F is #0D1E90. Grayscale: #D9D9D9. Windows color (decimal): -859793 or 7332338. OLE color: 7332338.

HSL color Cylindrical-coordinate representation of color #F2E16F: hue angle of 52.21º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2E16F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242225111-
CMYK00.070.540.05
HSL52.21º83.44%69.22%-
HSV(B)52.21º54.13%94.9%-
XYZ66.4173.8825.8-
YUV217.0968.13145.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 111 (43.75% from 255) = 19.20%
R=41.87%
G=38.93%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222511100.070.540.0552.2183.4469.22
HexF2E16F07365345345
Octal3623411570766564123105
Binary11110010111000011101111011111011010111010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E16F; }

 p { color: rgb(242,225,111); }

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

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

 a { background-color: rgb(242,225,111); }

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

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

 span { border-color: rgb(242,225,111); }

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