#F2E169

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

Shades of Sweet Corn #F2E169

Tints of Sweet Corn #F2E169

Color information

#F2E169 (or 0xF2E169) is unknown color: approx Sweet Corn. HEX triplet: F2, E1 and 69. RGB value is (242,225,105). Sum of RGB (Red+Green+Blue) = 242+225+105=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E169 is #0D1E96. Grayscale: #D8D8D8. Windows color (decimal): -859799 or 6939122. OLE color: 6939122.

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

Color convert

RGB242225105-
CMYK00.070.570.05
HSL52.55º84.05%68.04%-
HSV(B)52.55º56.61%94.9%-
XYZ66.0973.7524.12-
YUV216.465.13146.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 105 (41.41% from 255) = 18.36%
R=42.31%
G=39.34%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222510500.070.570.0552.5584.0568.04
HexF2E16907395355444
Octal3623411510771565124104
Binary11110010111000011101001011111100110111010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E169; }

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

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

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

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

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

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

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

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