#F5E66E

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

Shades of Sweet Corn #F5E66E

Tints of Sweet Corn #F5E66E

Color information

#F5E66E (or 0xF5E66E) is unknown color: approx Sweet Corn. HEX triplet: F5, E6 and 6E. RGB value is (245,230,110). Sum of RGB (Red+Green+Blue) = 245+230+110=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E66E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E66E is #0A1991. Grayscale: #DDDDDD. Windows color (decimal): -661906 or 7268085. OLE color: 7268085.

HSL color Cylindrical-coordinate representation of color #F5E66E: hue angle of 53.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5E66E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245230110-
CMYK00.060.550.04
HSL53.33º87.1%69.61%-
HSV(B)53.33º55.1%96.08%-
XYZ68.7777.1326.02-
YUV220.865.47145.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 110 (43.36% from 255) = 18.80%
R=41.88%
G=39.32%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523011000.060.550.0453.3387.169.61
HexF5E66E06374355746
Octal3653461560667465127106
Binary11110101111001101101110011011011110011010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E66E; }

 p { color: rgb(245,230,110); }

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

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

 a { background-color: rgb(245,230,110); }

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

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

 span { border-color: rgb(245,230,110); }

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