#F7F560

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

Shades of Corn #F7F560

Tints of Corn #F7F560

Color information

#F7F560 (or 0xF7F560) is unknown color: approx Corn. HEX triplet: F7, F5 and 60. RGB value is (247,245,96). Sum of RGB (Red+Green+Blue) = 247+245+96=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F560 is #080A9F. Grayscale: #E5E5E5. Windows color (decimal): -527008 or 6354423. OLE color: 6354423.

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

Color convert

RGB24724596-
CMYK00.010.610.03
HSL59.21º90.42%67.25%-
HSV(B)59.21º61.13%96.86%-
XYZ73.1285.9223.8-
YUV228.6153.16141.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 245 (96.09% from 255) = 41.67%
BLUE value IS 96 (37.89% from 255) = 16.33%
R=42.01%
G=41.67%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472459600.010.610.0359.2190.4267.25
HexF7F560013D33b5a43
Octal3673651400175373132103
Binary11110111111101011100000011111011111101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F560; }

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

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

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

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

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

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

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

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