#F2E374

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

Shades of Sweet Corn #F2E374

Tints of Sweet Corn #F2E374

Color information

#F2E374 (or 0xF2E374) is unknown color: approx Sweet Corn. HEX triplet: F2, E3 and 74. RGB value is (242,227,116). Sum of RGB (Red+Green+Blue) = 242+227+116=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E374 is #0D1C8B. Grayscale: #DBDBDB. Windows color (decimal): -859276 or 7660530. OLE color: 7660530.

HSL color Cylindrical-coordinate representation of color #F2E374: hue angle of 52.86º 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 #F2E374 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242227116-
CMYK00.060.520.05
HSL52.86º82.89%70.2%-
HSV(B)52.86º52.07%94.9%-
XYZ67.2475.0827.47-
YUV218.8369.97144.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 116 (45.70% from 255) = 19.83%
R=41.37%
G=38.80%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222711600.060.520.0552.8682.8970.2
HexF2E37406345355346
Octal3623431640664565123106
Binary11110010111000111110100011011010010111010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E374; }

 p { color: rgb(242,227,116); }

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

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

 a { background-color: rgb(242,227,116); }

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

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

 span { border-color: rgb(242,227,116); }

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