#F7DA70

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

Shades of Sweet Corn #F7DA70

Tints of Sweet Corn #F7DA70

Color information

#F7DA70 (or 0xF7DA70) is unknown color: approx Sweet Corn. HEX triplet: F7, DA and 70. RGB value is (247,218,112). Sum of RGB (Red+Green+Blue) = 247+218+112=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DA70 is #08258F. Grayscale: #D7D7D7. Windows color (decimal): -533904 or 7396087. OLE color: 7396087.

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

Color convert

RGB247218112-
CMYK00.120.550.03
HSL47.11º89.4%70.39%-
HSV(B)47.11º54.66%96.86%-
XYZ66.3571.0925.55-
YUV214.5970.11151.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.81%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 112 (44.14% from 255) = 19.41%
R=42.81%
G=37.78%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721811200.120.550.0347.1189.470.39
HexF7DA700C3732f5946
Octal36733216001467357131106
Binary11110111110110101110000011001101111110111110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DA70; }

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

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

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

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

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

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

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

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