#F7DC74

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

Shades of Sweet Corn #F7DC74

Tints of Sweet Corn #F7DC74

Color information

#F7DC74 (or 0xF7DC74) is unknown color: approx Sweet Corn. HEX triplet: F7, DC and 74. RGB value is (247,220,116). Sum of RGB (Red+Green+Blue) = 247+220+116=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC74 is #08238B. Grayscale: #D8D8D8. Windows color (decimal): -533388 or 7658743. OLE color: 7658743.

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

Color convert

RGB247220116-
CMYK00.110.530.03
HSL47.63º89.12%71.18%-
HSV(B)47.63º53.04%96.86%-
XYZ67.172.2226.93-
YUV216.2271.45149.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 19.90%
R=42.37%
G=37.74%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722011600.110.530.0347.6389.1271.18
HexF7DC740B353305947
Octal36733416401365360131107
Binary11110111110111001110100010111101011111000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC74; }

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

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

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

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

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

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

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

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