#FAC47A

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

Shades of Chardonnay #FAC47A

Tints of Chardonnay #FAC47A

Color information

#FAC47A (or 0xFAC47A) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 7A. RGB value is (250,196,122). Sum of RGB (Red+Green+Blue) = 250+196+122=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC47A is #053B85. Grayscale: #CCCCCC. Windows color (decimal): -342918 or 8045818. OLE color: 8045818.

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

Color convert

RGB250196122-
CMYK00.220.510.02
HSL34.69º92.75%72.94%-
HSV(B)34.69º51.2%98.04%-
XYZ62.6861.2126.92-
YUV203.7181.89161.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 122 (48.05% from 255) = 21.48%
R=44.01%
G=34.51%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019612200.220.510.0234.6992.7572.94
HexFAC47A016332235d49
Octal37230417202663243135111
Binary111110101100010011110100101101100111010001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC47A; }

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

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

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

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

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

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

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

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