#F2E16C

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

Shades of Sweet Corn #F2E16C

Tints of Sweet Corn #F2E16C

Color information

#F2E16C (or 0xF2E16C) is unknown color: approx Sweet Corn. HEX triplet: F2, E1 and 6C. RGB value is (242,225,108). Sum of RGB (Red+Green+Blue) = 242+225+108=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E16C is #0D1E93. Grayscale: #D9D9D9. Windows color (decimal): -859796 or 7135730. OLE color: 7135730.

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

Color convert

RGB242225108-
CMYK00.070.550.05
HSL52.39º83.75%68.63%-
HSV(B)52.39º55.37%94.9%-
XYZ66.2573.8124.94-
YUV216.7466.63146.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 108 (42.58% from 255) = 18.78%
R=42.09%
G=39.13%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222510800.070.550.0552.3983.7568.63
HexF2E16C07375345445
Octal3623411540767564124105
Binary11110010111000011101100011111011110111010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E16C; }

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

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

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

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

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

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

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

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