#F7DE70

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

Shades of Sweet Corn #F7DE70

Tints of Sweet Corn #F7DE70

Color information

#F7DE70 (or 0xF7DE70) is unknown color: approx Sweet Corn. HEX triplet: F7, DE and 70. RGB value is (247,222,112). Sum of RGB (Red+Green+Blue) = 247+222+112=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DE70 is #08218F. Grayscale: #D9D9D9. Windows color (decimal): -532880 or 7397111. OLE color: 7397111.

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

Color convert

RGB247222112-
CMYK00.100.550.03
HSL48.89º89.4%70.39%-
HSV(B)48.89º54.66%96.86%-
XYZ67.473.1925.9-
YUV216.9368.78149.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 112 (44.14% from 255) = 19.28%
R=42.51%
G=38.21%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722211200.100.550.0348.8989.470.39
HexF7DE700A373315946
Octal36733616001267361131106
Binary11110111110111101110000010101101111111000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DE70; }

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

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

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

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

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

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

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

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