#FDE175

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

Shades of Sweet Corn #FDE175

Tints of Sweet Corn #FDE175

Color information

#FDE175 (or 0xFDE175) is unknown color: approx Sweet Corn. HEX triplet: FD, E1 and 75. RGB value is (253,225,117). Sum of RGB (Red+Green+Blue) = 253+225+117=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE175 is #021E8A. Grayscale: #DDDDDD. Windows color (decimal): -138891 or 7725565. OLE color: 7725565.

HSL color Cylindrical-coordinate representation of color #FDE175: hue angle of 47.65º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDE175 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB253225117-
CMYK00.110.540.01
HSL47.65º97.14%72.55%-
HSV(B)47.65º53.75%99.22%-
XYZ70.6476.0227.78-
YUV221.0669.28150.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 117 (46.09% from 255) = 19.66%
R=42.52%
G=37.82%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322511700.110.540.0147.6597.1472.55
HexFDE1750B361306149
Octal37534116501366160141111
Binary1111110111100001111010101011110110111000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE175; }

 p { color: rgb(253,225,117); }

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

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

 a { background-color: rgb(253,225,117); }

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

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

 span { border-color: rgb(253,225,117); }

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