#F4D774

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

Shades of Sweet Corn #F4D774

Tints of Sweet Corn #F4D774

Color information

#F4D774 (or 0xF4D774) is unknown color: approx Sweet Corn. HEX triplet: F4, D7 and 74. RGB value is (244,215,116). Sum of RGB (Red+Green+Blue) = 244+215+116=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D774 is #0B288B. Grayscale: #D4D4D4. Windows color (decimal): -731276 or 7657460. OLE color: 7657460.

HSL color Cylindrical-coordinate representation of color #F4D774: hue angle of 46.41º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4D774 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244215116-
CMYK00.120.520.04
HSL46.41º85.33%70.59%-
HSV(B)46.41º52.46%95.69%-
XYZ64.7669.0926.45-
YUV212.3873.61150.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.43%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 116 (45.70% from 255) = 20.17%
R=42.43%
G=37.39%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421511600.120.520.0446.4185.3370.59
HexF4D7740C3442e5547
Octal36432716401464456125107
Binary111101001101011111101000110011010010010111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D774; }

 p { color: rgb(244,215,116); }

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

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

 a { background-color: rgb(244,215,116); }

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

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

 span { border-color: rgb(244,215,116); }

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