#F7E85C

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

Shades of Corn #F7E85C

Tints of Corn #F7E85C

Color information

#F7E85C (or 0xF7E85C) is unknown color: approx Corn. HEX triplet: F7, E8 and 5C. RGB value is (247,232,92). Sum of RGB (Red+Green+Blue) = 247+232+92=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E85C is #0817A3. Grayscale: #DDDDDD. Windows color (decimal): -530340 or 6088951. OLE color: 6088951.

HSL color Cylindrical-coordinate representation of color #F7E85C: hue angle of 54.19º 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 #F7E85C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24723292-
CMYK00.060.630.03
HSL54.19º90.64%66.47%-
HSV(B)54.19º62.75%96.86%-
XYZ69.1578.2621.59-
YUV220.5255.47146.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 92 (36.33% from 255) = 16.11%
R=43.26%
G=40.63%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472329200.060.630.0354.1990.6466.47
HexF7E85C063F3365b42
Octal3673501340677366133102
Binary1111011111101000101110001101111111111011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E85C; }

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

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

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

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

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

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

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

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