#FAC472

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

Shades of Chardonnay #FAC472

Tints of Chardonnay #FAC472

Color information

#FAC472 (or 0xFAC472) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 72. RGB value is (250,196,114). Sum of RGB (Red+Green+Blue) = 250+196+114=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC472 is #053B8D. Grayscale: #CBCBCB. Windows color (decimal): -342926 or 7521530. OLE color: 7521530.

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

Color convert

RGB250196114-
CMYK00.220.540.02
HSL36.18º93.15%71.37%-
HSV(B)36.18º54.4%98.04%-
XYZ62.261.0224.42-
YUV202.877.89161.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 20.36%
R=44.64%
G=35%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019611400.220.540.0236.1893.1571.37
HexFAC472016362245d47
Octal37230416202666244135107
Binary111110101100010011100100101101101101010010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC472; }

 p { color: rgb(250,196,114); }

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

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

 a { background-color: rgb(250,196,114); }

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

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

 span { border-color: rgb(250,196,114); }

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