#FCC47D

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

Shades of Chardonnay #FCC47D

Tints of Chardonnay #FCC47D

Color information

#FCC47D (or 0xFCC47D) is unknown color: approx Chardonnay. HEX triplet: FC, C4 and 7D. RGB value is (252,196,125). Sum of RGB (Red+Green+Blue) = 252+196+125=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC47D is #033B82. Grayscale: #CCCCCC. Windows color (decimal): -211843 or 8242428. OLE color: 8242428.

HSL color Cylindrical-coordinate representation of color #FCC47D: hue angle of 33.54º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC47D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252196125-
CMYK00.220.500.01
HSL33.54º95.49%73.92%-
HSV(B)33.54º50.4%98.82%-
XYZ63.5961.6627.95-
YUV204.6583.05161.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 125 (49.22% from 255) = 21.82%
R=43.98%
G=34.21%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219612500.220.500.0133.5495.4973.92
HexFCC47D016321225f4a
Octal37430417502662142137112
Binary11111100110001001111101010110110010110001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC47D; }

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

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

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

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

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

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

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

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