#F0E06B

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

Shades of Sweet Corn #F0E06B

Tints of Sweet Corn #F0E06B

Color information

#F0E06B (or 0xF0E06B) is unknown color: approx Sweet Corn. HEX triplet: F0, E0 and 6B. RGB value is (240,224,107). Sum of RGB (Red+Green+Blue) = 240+224+107=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E06B is #0F1F94. Grayscale: #D7D7D7. Windows color (decimal): -991125 or 7069936. OLE color: 7069936.

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

Color convert

RGB240224107-
CMYK00.070.550.06
HSL52.78º81.6%68.04%-
HSV(B)52.78º55.42%94.12%-
XYZ65.2472.924.54-
YUV215.4566.8145.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 107 (42.19% from 255) = 18.74%
R=42.03%
G=39.23%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022410700.070.550.0652.7881.668.04
HexF0E06B07376355244
Octal3603401530767665122104
Binary11110000111000001101011011111011111011010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E06B; }

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

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

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

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

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

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

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

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