#F7E460

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

Shades of Corn #F7E460

Tints of Corn #F7E460

Color information

#F7E460 (or 0xF7E460) is unknown color: approx Corn. HEX triplet: F7, E4 and 60. RGB value is (247,228,96). Sum of RGB (Red+Green+Blue) = 247+228+96=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E460 is #081B9F. Grayscale: #DBDBDB. Windows color (decimal): -531360 or 6350071. OLE color: 6350071.

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

Color convert

RGB24722896-
CMYK00.080.610.03
HSL52.45º90.42%67.25%-
HSV(B)52.45º61.13%96.86%-
XYZ68.2176.1122.16-
YUV218.6358.79148.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 96 (37.89% from 255) = 16.81%
R=43.26%
G=39.93%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472289600.080.610.0352.4590.4267.25
HexF7E460083D3345a43
Octal36734414001075364132103
Binary11110111111001001100000010001111011111010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E460; }

 p { color: rgb(247,228,96); }

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

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

 a { background-color: rgb(247,228,96); }

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

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

 span { border-color: rgb(247,228,96); }

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