#F5DA74

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

Shades of Sweet Corn #F5DA74

Tints of Sweet Corn #F5DA74

Color information

#F5DA74 (or 0xF5DA74) is unknown color: approx Sweet Corn. HEX triplet: F5, DA and 74. RGB value is (245,218,116). Sum of RGB (Red+Green+Blue) = 245+218+116=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA74 is #0A258B. Grayscale: #D6D6D6. Windows color (decimal): -664972 or 7658229. OLE color: 7658229.

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

Color convert

RGB245218116-
CMYK00.110.530.04
HSL47.44º86.58%70.78%-
HSV(B)47.44º52.65%96.08%-
XYZ65.8870.8226.72-
YUV214.4472.45149.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 116 (45.70% from 255) = 20.03%
R=42.31%
G=37.65%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521811600.110.530.0447.4486.5870.78
HexF5DA740B3542f5747
Octal36533216401365457127107
Binary111101011101101011101000101111010110010111110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA74; }

 p { color: rgb(245,218,116); }

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

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

 a { background-color: rgb(245,218,116); }

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

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

 span { border-color: rgb(245,218,116); }

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