#FCE385

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

Shades of Buff #FCE385

Tints of Buff #FCE385

Color information

#FCE385 (or 0xFCE385) is unknown color: approx Buff. HEX triplet: FC, E3 and 85. RGB value is (252,227,133). Sum of RGB (Red+Green+Blue) = 252+227+133=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE385 is #031C7A. Grayscale: #E0E0E0. Windows color (decimal): -203899 or 8774652. OLE color: 8774652.

HSL color Cylindrical-coordinate representation of color #FCE385: hue angle of 47.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE385 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252227133-
CMYK00.100.470.01
HSL47.39º95.2%75.49%-
HSV(B)47.39º47.22%98.82%-
XYZ71.8577.3333.33-
YUV223.7676.78148.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 133 (52.34% from 255) = 21.73%
R=41.18%
G=37.09%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222713300.100.470.0147.3995.275.49
HexFCE3850A2F12f5f4b
Octal37434320501257157137113
Binary11111100111000111000010101010101111110111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE385; }

 p { color: rgb(252,227,133); }

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

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

 a { background-color: rgb(252,227,133); }

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

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

 span { border-color: rgb(252,227,133); }

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