#F7DF70

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

Shades of Sweet Corn #F7DF70

Tints of Sweet Corn #F7DF70

Color information

#F7DF70 (or 0xF7DF70) is unknown color: approx Sweet Corn. HEX triplet: F7, DF and 70. RGB value is (247,223,112). Sum of RGB (Red+Green+Blue) = 247+223+112=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DF70 is #08208F. Grayscale: #D9D9D9. Windows color (decimal): -532624 or 7397367. OLE color: 7397367.

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

Color convert

RGB247223112-
CMYK00.100.550.03
HSL49.33º89.4%70.39%-
HSV(B)49.33º54.66%96.86%-
XYZ67.6773.7225.99-
YUV217.5268.45149.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 112 (44.14% from 255) = 19.24%
R=42.44%
G=38.32%
B=19.24%

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
Decimal24722311200.100.550.0349.3389.470.39
HexF7DF700A373315946
Octal36733716001267361131106
Binary11110111110111111110000010101101111111000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DF70; }

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

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

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

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

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

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

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

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