#F2E075

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

Shades of Sweet Corn #F2E075

Tints of Sweet Corn #F2E075

Color information

#F2E075 (or 0xF2E075) is unknown color: approx Sweet Corn. HEX triplet: F2, E0 and 75. RGB value is (242,224,117). Sum of RGB (Red+Green+Blue) = 242+224+117=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E075 is #0D1F8A. Grayscale: #D9D9D9. Windows color (decimal): -860043 or 7725298. OLE color: 7725298.

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

Color convert

RGB242224117-
CMYK00.070.520.05
HSL51.36º82.78%70.39%-
HSV(B)51.36º51.65%94.9%-
XYZ66.4873.4727.51-
YUV217.1871.46145.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 117 (46.09% from 255) = 20.07%
R=41.51%
G=38.42%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222411700.070.520.0551.3682.7870.39
HexF2E07507345335346
Octal3623401650764563123106
Binary11110010111000001110101011111010010111001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E075; }

 p { color: rgb(242,224,117); }

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

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

 a { background-color: rgb(242,224,117); }

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

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

 span { border-color: rgb(242,224,117); }

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