#FCE85F

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

Shades of Corn #FCE85F

Tints of Corn #FCE85F

Color information

#FCE85F (or 0xFCE85F) is unknown color: approx Corn. HEX triplet: FC, E8 and 5F. RGB value is (252,232,95). Sum of RGB (Red+Green+Blue) = 252+232+95=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 95 (37.5% from 255 or 16.41% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE85F is #0317A0. Grayscale: #DEDEDE. Windows color (decimal): -202657 or 6285564. OLE color: 6285564.

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

Color convert

RGB25223295-
CMYK00.080.620.01
HSL52.36º96.32%68.04%-
HSV(B)52.36º62.3%98.82%-
XYZ71.0779.2322.37-
YUV222.3656.13149.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 95 (37.5% from 255) = 16.41%
R=43.52%
G=40.07%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522329500.080.620.0152.3696.3268.04
HexFCE85F083E1346044
Octal37435013701076164140104
Binary1111110011101000101111101000111110111010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE85F; }

 p { color: rgb(252,232,95); }

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

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

 a { background-color: rgb(252,232,95); }

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

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

 span { border-color: rgb(252,232,95); }

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