#FAC470

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

Shades of Chardonnay #FAC470

Tints of Chardonnay #FAC470

Color information

#FAC470 (or 0xFAC470) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 70. RGB value is (250,196,112). Sum of RGB (Red+Green+Blue) = 250+196+112=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC470 is #053B8F. Grayscale: #CACACA. Windows color (decimal): -342928 or 7390458. OLE color: 7390458.

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

Color convert

RGB250196112-
CMYK00.220.550.02
HSL36.52º93.24%70.98%-
HSV(B)36.52º55.2%98.04%-
XYZ62.0960.9723.83-
YUV202.5776.89161.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=44.80%
G=35.13%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019611200.220.550.0236.5293.2470.98
HexFAC470016372255d47
Octal37230416002667245135107
Binary111110101100010011100000101101101111010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC470; }

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

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

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

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

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

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

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

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