#F7E85E

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

Shades of Corn #F7E85E

Tints of Corn #F7E85E

Color information

#F7E85E (or 0xF7E85E) is unknown color: approx Corn. HEX triplet: F7, E8 and 5E. RGB value is (247,232,94). Sum of RGB (Red+Green+Blue) = 247+232+94=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 94 (37.11% from 255 or 16.40% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E85E is #0817A1. Grayscale: #DDDDDD. Windows color (decimal): -530338 or 6220023. OLE color: 6220023.

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

Color convert

RGB24723294-
CMYK00.060.620.03
HSL54.12º90.53%66.86%-
HSV(B)54.12º61.94%96.86%-
XYZ69.2378.322.05-
YUV220.7556.47146.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.11%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 94 (37.11% from 255) = 16.40%
R=43.11%
G=40.49%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472329400.060.620.0354.1290.5366.86
HexF7E85E063E3365b43
Octal3673501360676366133103
Binary1111011111101000101111001101111101111011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E85E; }

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

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

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

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

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

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

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

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