#FAC575

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

Shades of Chardonnay #FAC575

Tints of Chardonnay #FAC575

Color information

#FAC575 (or 0xFAC575) is unknown color: approx Chardonnay. HEX triplet: FA, C5 and 75. RGB value is (250,197,117). Sum of RGB (Red+Green+Blue) = 250+197+117=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC575 is #053A8A. Grayscale: #CCCCCC. Windows color (decimal): -342667 or 7718394. OLE color: 7718394.

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

Color convert

RGB250197117-
CMYK00.210.530.02
HSL36.09º93.01%71.96%-
HSV(B)36.09º53.2%98.04%-
XYZ62.661.5425.41-
YUV203.7379.06161-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=44.33%
G=34.93%
B=20.74%

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
Decimal25019711700.210.530.0236.0993.0171.96
HexFAC575015352245d48
Octal37230516502565244135110
Binary111110101100010111101010101011101011010010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC575; }

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

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

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

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

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

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

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

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