#FCE075

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

Shades of Sweet Corn #FCE075

Tints of Sweet Corn #FCE075

Color information

#FCE075 (or 0xFCE075) is unknown color: approx Sweet Corn. HEX triplet: FC, E0 and 75. RGB value is (252,224,117). Sum of RGB (Red+Green+Blue) = 252+224+117=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE075 is #031F8A. Grayscale: #DCDCDC. Windows color (decimal): -204683 or 7725308. OLE color: 7725308.

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

Color convert

RGB252224117-
CMYK00.110.540.01
HSL47.56º95.74%72.35%-
HSV(B)47.56º53.57%98.82%-
XYZ70.0175.2927.67-
YUV220.1769.78150.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 117 (46.09% from 255) = 19.73%
R=42.50%
G=37.77%
B=19.73%

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
Decimal25222411700.110.540.0147.5695.7472.35
HexFCE0750B361306048
Octal37434016501366160140110
Binary1111110011100000111010101011110110111000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE075; }

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

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

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

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

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

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

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

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