#F5DA73

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

Shades of Sweet Corn #F5DA73

Tints of Sweet Corn #F5DA73

Color information

#F5DA73 (or 0xF5DA73) is unknown color: approx Sweet Corn. HEX triplet: F5, DA and 73. RGB value is (245,218,115). Sum of RGB (Red+Green+Blue) = 245+218+115=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA73 is #0A258C. Grayscale: #D6D6D6. Windows color (decimal): -664973 or 7592693. OLE color: 7592693.

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

Color convert

RGB245218115-
CMYK00.110.530.04
HSL47.54º86.67%70.59%-
HSV(B)47.54º53.06%96.08%-
XYZ65.8270.7926.41-
YUV214.3371.95149.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 115 (45.31% from 255) = 19.90%
R=42.39%
G=37.72%
B=19.90%

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
Decimal24521811500.110.530.0447.5486.6770.59
HexF5DA730B354305747
Octal36533216301365460127107
Binary111101011101101011100110101111010110011000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA73; }

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

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

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

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

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

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

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

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