#F4DA76

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

Shades of Sweet Corn #F4DA76

Tints of Sweet Corn #F4DA76

Color information

#F4DA76 (or 0xF4DA76) is unknown color: approx Sweet Corn. HEX triplet: F4, DA and 76. RGB value is (244,218,118). Sum of RGB (Red+Green+Blue) = 244+218+118=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DA76 is #0B2589. Grayscale: #D6D6D6. Windows color (decimal): -730506 or 7789300. OLE color: 7789300.

HSL color Cylindrical-coordinate representation of color #F4DA76: hue angle of 47.62º 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 #F4DA76 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244218118-
CMYK00.110.520.04
HSL47.62º85.14%70.98%-
HSV(B)47.62º51.64%95.69%-
XYZ65.6570.6827.32-
YUV214.3773.61149.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 118 (46.48% from 255) = 20.34%
R=42.07%
G=37.59%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421811800.110.520.0447.6285.1470.98
HexF4DA760B344305547
Octal36433216601364460125107
Binary111101001101101011101100101111010010011000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DA76; }

 p { color: rgb(244,218,118); }

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

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

 a { background-color: rgb(244,218,118); }

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

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

 span { border-color: rgb(244,218,118); }

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