#F7DC75

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

Shades of Sweet Corn #F7DC75

Tints of Sweet Corn #F7DC75

Color information

#F7DC75 (or 0xF7DC75) is unknown color: approx Sweet Corn. HEX triplet: F7, DC and 75. RGB value is (247,220,117). Sum of RGB (Red+Green+Blue) = 247+220+117=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC75 is #08238A. Grayscale: #D8D8D8. Windows color (decimal): -533387 or 7724279. OLE color: 7724279.

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

Color convert

RGB247220117-
CMYK00.110.530.03
HSL47.54º89.04%71.37%-
HSV(B)47.54º52.63%96.86%-
XYZ67.1672.2427.23-
YUV216.3371.95149.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=42.29%
G=37.67%
B=20.03%

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
Decimal24722011700.110.530.0347.5489.0471.37
HexF7DC750B353305947
Octal36733416501365360131107
Binary11110111110111001110101010111101011111000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC75; }

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

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

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

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

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

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

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

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