#F7ED5F

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

Shades of Corn #F7ED5F

Tints of Corn #F7ED5F

Color information

#F7ED5F (or 0xF7ED5F) is unknown color: approx Corn. HEX triplet: F7, ED and 5F. RGB value is (247,237,95). Sum of RGB (Red+Green+Blue) = 247+237+95=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 95 (37.5% from 255 or 16.41% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED5F is #0812A0. Grayscale: #E0E0E0. Windows color (decimal): -529057 or 6286839. OLE color: 6286839.

HSL color Cylindrical-coordinate representation of color #F7ED5F: hue angle of 56.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7ED5F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24723795-
CMYK00.040.620.03
HSL56.05º90.48%67.06%-
HSV(B)56.05º61.54%96.86%-
XYZ70.7181.1722.77-
YUV223.855.31144.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 95 (37.5% from 255) = 16.41%
R=42.66%
G=40.93%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472379500.040.620.0356.0590.4867.06
HexF7ED5F043E3385a43
Octal3673551370476370132103
Binary1111011111101101101111101001111101111100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ED5F; }

 p { color: rgb(247,237,95); }

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

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

 a { background-color: rgb(247,237,95); }

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

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

 span { border-color: rgb(247,237,95); }

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