#FCE285

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

Shades of Buff #FCE285

Tints of Buff #FCE285

Color information

#FCE285 (or 0xFCE285) is unknown color: approx Buff. HEX triplet: FC, E2 and 85. RGB value is (252,226,133). Sum of RGB (Red+Green+Blue) = 252+226+133=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE285 is #031D7A. Grayscale: #DFDFDF. Windows color (decimal): -204155 or 8774396. OLE color: 8774396.

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

Color convert

RGB252226133-
CMYK00.100.470.01
HSL46.89º95.2%75.49%-
HSV(B)46.89º47.22%98.82%-
XYZ71.5776.7833.24-
YUV223.1777.11148.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 21.77%
R=41.24%
G=36.99%
B=21.77%

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
Decimal25222613300.100.470.0146.8995.275.49
HexFCE2850A2F12f5f4b
Octal37434220501257157137113
Binary11111100111000101000010101010101111110111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE285; }

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

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

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

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

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

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

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

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