#FAC576

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

Shades of Chardonnay #FAC576

Tints of Chardonnay #FAC576

Color information

#FAC576 (or 0xFAC576) is unknown color: approx Chardonnay. HEX triplet: FA, C5 and 76. RGB value is (250,197,118). Sum of RGB (Red+Green+Blue) = 250+197+118=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC576 is #053A89. Grayscale: #CCCCCC. Windows color (decimal): -342666 or 7783930. OLE color: 7783930.

HSL color Cylindrical-coordinate representation of color #FAC576: hue angle of 35.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAC576 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250197118-
CMYK00.210.530.02
HSL35.91º92.96%72.16%-
HSV(B)35.91º52.8%98.04%-
XYZ62.6661.5625.72-
YUV203.8479.56160.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 118 (46.48% from 255) = 20.88%
R=44.25%
G=34.87%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019711800.210.530.0235.9192.9672.16
HexFAC576015352245d48
Octal37230516602565244135110
Binary111110101100010111101100101011101011010010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC576; }

 p { color: rgb(250,197,118); }

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

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

 a { background-color: rgb(250,197,118); }

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

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

 span { border-color: rgb(250,197,118); }

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