#FCC473

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

Shades of Chardonnay #FCC473

Tints of Chardonnay #FCC473

Color information

#FCC473 (or 0xFCC473) is unknown color: approx Chardonnay. HEX triplet: FC, C4 and 73. RGB value is (252,196,115). Sum of RGB (Red+Green+Blue) = 252+196+115=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC473 is #033B8C. Grayscale: #CBCBCB. Windows color (decimal): -211853 or 7587068. OLE color: 7587068.

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

Color convert

RGB252196115-
CMYK00.220.540.01
HSL35.47º95.8%71.96%-
HSV(B)35.47º54.37%98.82%-
XYZ62.9861.4124.75-
YUV203.5178.05162.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 115 (45.31% from 255) = 20.43%
R=44.76%
G=34.81%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219611500.220.540.0135.4795.871.96
HexFCC473016361236048
Octal37430416302666143140110
Binary11111100110001001110011010110110110110001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC473; }

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

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

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

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

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

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

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

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