#F7DC76

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

Shades of Sweet Corn #F7DC76

Tints of Sweet Corn #F7DC76

Color information

#F7DC76 (or 0xF7DC76) is unknown color: approx Sweet Corn. HEX triplet: F7, DC and 76. RGB value is (247,220,118). Sum of RGB (Red+Green+Blue) = 247+220+118=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC76 is #082389. Grayscale: #D8D8D8. Windows color (decimal): -533386 or 7789815. OLE color: 7789815.

HSL color Cylindrical-coordinate representation of color #F7DC76: hue angle of 47.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7DC76 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB247220118-
CMYK00.110.520.03
HSL47.44º88.97%71.57%-
HSV(B)47.44º52.23%96.86%-
XYZ67.2272.2727.55-
YUV216.4472.45149.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=42.22%
G=37.61%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722011800.110.520.0347.4488.9771.57
HexF7DC760B3432f5948
Octal36733416601364357131110
Binary11110111110111001110110010111101001110111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC76; }

 p { color: rgb(247,220,118); }

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

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

 a { background-color: rgb(247,220,118); }

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

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

 span { border-color: rgb(247,220,118); }

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