#F5DE75

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

Shades of Sweet Corn #F5DE75

Tints of Sweet Corn #F5DE75

Color information

#F5DE75 (or 0xF5DE75) is unknown color: approx Sweet Corn. HEX triplet: F5, DE and 75. RGB value is (245,222,117). Sum of RGB (Red+Green+Blue) = 245+222+117=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE75 is #0A218A. Grayscale: #D9D9D9. Windows color (decimal): -663947 or 7724789. OLE color: 7724789.

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

Color convert

RGB245222117-
CMYK00.090.520.04
HSL49.22º86.49%70.98%-
HSV(B)49.22º52.24%96.08%-
XYZ66.9972.9427.38-
YUV216.9171.62148.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=41.95%
G=38.01%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522211700.090.520.0449.2286.4970.98
HexF5DE7509344315647
Octal36533616501164461126107
Binary111101011101111011101010100111010010011000110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE75; }

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

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

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

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

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

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

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

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