#FAC876

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

Shades of Chardonnay #FAC876

Tints of Chardonnay #FAC876

Color information

#FAC876 (or 0xFAC876) is unknown color: approx Chardonnay. HEX triplet: FA, C8 and 76. RGB value is (250,200,118). Sum of RGB (Red+Green+Blue) = 250+200+118=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC876 is #053789. Grayscale: #CDCDCD. Windows color (decimal): -341898 or 7784698. OLE color: 7784698.

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

Color convert

RGB250200118-
CMYK00.20.530.02
HSL37.27º92.96%72.16%-
HSV(B)37.27º52.8%98.04%-
XYZ63.3562.9425.95-
YUV205.678.57159.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 118 (46.48% from 255) = 20.77%
R=44.01%
G=35.21%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020011800.20.530.0237.2792.9672.16
HexFAC876014352255d48
Octal37231016602465245135110
Binary111110101100100011101100101001101011010010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC876; }

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

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

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

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

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

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

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

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