#FCC485

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

Shades of Chardonnay #FCC485

Tints of Chardonnay #FCC485

Color information

#FCC485 (or 0xFCC485) is unknown color: approx Chardonnay. HEX triplet: FC, C4 and 85. RGB value is (252,196,133). Sum of RGB (Red+Green+Blue) = 252+196+133=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC485 is #033B7A. Grayscale: #CDCDCD. Windows color (decimal): -211835 or 8766716. OLE color: 8766716.

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

Color convert

RGB252196133-
CMYK00.220.470.01
HSL31.76º95.2%75.49%-
HSV(B)31.76º47.22%98.82%-
XYZ64.1261.8730.75-
YUV205.5687.05161.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=43.37%
G=33.73%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219613300.220.470.0131.7695.275.49
HexFCC4850162F1205f4b
Octal37430420502657140137113
Binary111111001100010010000101010110101111110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC485; }

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

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

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

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

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

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

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

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