#F7ED5C

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

Shades of Corn #F7ED5C

Tints of Corn #F7ED5C

Color information

#F7ED5C (or 0xF7ED5C) is unknown color: approx Corn. HEX triplet: F7, ED and 5C. RGB value is (247,237,92). Sum of RGB (Red+Green+Blue) = 247+237+92=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 92 (36.33% from 255 or 15.97% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED5C is #0812A3. Grayscale: #E0E0E0. Windows color (decimal): -529060 or 6090231. OLE color: 6090231.

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

Color convert

RGB24723792-
CMYK00.040.630.03
HSL56.13º90.64%66.47%-
HSV(B)56.13º62.75%96.86%-
XYZ70.5781.1222.06-
YUV223.4653.81144.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 92 (36.33% from 255) = 15.97%
R=42.88%
G=41.15%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472379200.040.630.0356.1390.6466.47
HexF7ED5C043F3385b42
Octal3673551340477370133102
Binary1111011111101101101110001001111111111100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ED5C; }

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

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

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

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

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

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

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

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