#F7D770

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

Shades of Sweet Corn #F7D770

Tints of Sweet Corn #F7D770

Color information

#F7D770 (or 0xF7D770) is unknown color: approx Sweet Corn. HEX triplet: F7, D7 and 70. RGB value is (247,215,112). Sum of RGB (Red+Green+Blue) = 247+215+112=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D770 is #08288F. Grayscale: #D5D5D5. Windows color (decimal): -534672 or 7395319. OLE color: 7395319.

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

Color convert

RGB247215112-
CMYK00.130.550.03
HSL45.78º89.4%70.39%-
HSV(B)45.78º54.66%96.86%-
XYZ65.5869.5425.3-
YUV212.8371.1152.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 19.51%
R=43.03%
G=37.46%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721511200.130.550.0345.7889.470.39
HexF7D7700D3732e5946
Octal36732716001567356131106
Binary11110111110101111110000011011101111110111010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D770; }

 p { color: rgb(247,215,112); }

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

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

 a { background-color: rgb(247,215,112); }

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

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

 span { border-color: rgb(247,215,112); }

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