#F5DA75

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

Shades of Sweet Corn #F5DA75

Tints of Sweet Corn #F5DA75

Color information

#F5DA75 (or 0xF5DA75) is unknown color: approx Sweet Corn. HEX triplet: F5, DA and 75. RGB value is (245,218,117). Sum of RGB (Red+Green+Blue) = 245+218+117=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA75 is #0A258A. Grayscale: #D6D6D6. Windows color (decimal): -664971 or 7723765. OLE color: 7723765.

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

Color convert

RGB245218117-
CMYK00.110.520.04
HSL47.34º86.49%70.98%-
HSV(B)47.34º52.24%96.08%-
XYZ65.9470.8427.03-
YUV214.5672.95149.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 20.17%
R=42.24%
G=37.59%
B=20.17%

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
Decimal24521811700.110.520.0447.3486.4970.98
HexF5DA750B3442f5647
Octal36533216501364457126107
Binary111101011101101011101010101111010010010111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA75; }

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

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

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

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

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

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

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

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