#FCE175

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

Shades of Sweet Corn #FCE175

Tints of Sweet Corn #FCE175

Color information

#FCE175 (or 0xFCE175) is unknown color: approx Sweet Corn. HEX triplet: FC, E1 and 75. RGB value is (252,225,117). Sum of RGB (Red+Green+Blue) = 252+225+117=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE175 is #031E8A. Grayscale: #DDDDDD. Windows color (decimal): -204427 or 7725564. OLE color: 7725564.

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

Color convert

RGB252225117-
CMYK00.110.540.01
HSL48º95.74%72.35%-
HSV(B)48º53.57%98.82%-
XYZ70.2875.8327.76-
YUV220.7669.45150.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 117 (46.09% from 255) = 19.70%
R=42.42%
G=37.88%
B=19.70%

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
Decimal25222511700.110.540.014895.7472.35
HexFCE1750B361306048
Octal37434116501366160140110
Binary1111110011100001111010101011110110111000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE175; }

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

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

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

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

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

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

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

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