#F0E067

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

Shades of Sweet Corn #F0E067

Tints of Sweet Corn #F0E067

Color information

#F0E067 (or 0xF0E067) is unknown color: approx Sweet Corn. HEX triplet: F0, E0 and 67. RGB value is (240,224,103). Sum of RGB (Red+Green+Blue) = 240+224+103=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E067 is #0F1F98. Grayscale: #D7D7D7. Windows color (decimal): -991129 or 6807792. OLE color: 6807792.

HSL color Cylindrical-coordinate representation of color #F0E067: hue angle of 52.99º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0E067 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB240224103-
CMYK00.070.570.06
HSL52.99º82.04%67.25%-
HSV(B)52.99º57.08%94.12%-
XYZ65.0472.8223.46-
YUV214.9964.8145.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 103 (40.62% from 255) = 18.17%
R=42.33%
G=39.51%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022410300.070.570.0652.9982.0467.25
HexF0E06707396355243
Octal3603401470771665122103
Binary11110000111000001100111011111100111011010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E067; }

 p { color: rgb(240,224,103); }

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

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

 a { background-color: rgb(240,224,103); }

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

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

 span { border-color: rgb(240,224,103); }

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