#FAC976

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

Shades of Chardonnay #FAC976

Tints of Chardonnay #FAC976

Color information

#FAC976 (or 0xFAC976) is unknown color: approx Chardonnay. HEX triplet: FA, C9 and 76. RGB value is (250,201,118). Sum of RGB (Red+Green+Blue) = 250+201+118=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC976 is #053689. Grayscale: #CECECE. Windows color (decimal): -341642 or 7784954. OLE color: 7784954.

HSL color Cylindrical-coordinate representation of color #FAC976: hue angle of 37.73º 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 #FAC976 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250201118-
CMYK00.200.530.02
HSL37.73º92.96%72.16%-
HSV(B)37.73º52.8%98.04%-
XYZ63.5863.4126.03-
YUV206.1978.23159.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=43.94%
G=35.33%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020111800.200.530.0237.7392.9672.16
HexFAC976014352265d48
Octal37231116602465246135110
Binary111110101100100111101100101001101011010011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC976; }

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

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

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

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

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

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

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

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