#FAC676

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

Shades of Chardonnay #FAC676

Tints of Chardonnay #FAC676

Color information

#FAC676 (or 0xFAC676) is unknown color: approx Chardonnay. HEX triplet: FA, C6 and 76. RGB value is (250,198,118). Sum of RGB (Red+Green+Blue) = 250+198+118=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC676 is #053989. Grayscale: #CCCCCC. Windows color (decimal): -342410 or 7784186. OLE color: 7784186.

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

Color convert

RGB250198118-
CMYK00.210.530.02
HSL36.36º92.96%72.16%-
HSV(B)36.36º52.8%98.04%-
XYZ62.8962.0225.8-
YUV204.4379.23160.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 198 (77.73% from 255) = 34.98%
BLUE value IS 118 (46.48% from 255) = 20.85%
R=44.17%
G=34.98%
B=20.85%

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
Decimal25019811800.210.530.0236.3692.9672.16
HexFAC676015352245d48
Octal37230616602565244135110
Binary111110101100011011101100101011101011010010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC676; }

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

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

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

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

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

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

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

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