#FAC47F

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

Shades of Chardonnay #FAC47F

Tints of Chardonnay #FAC47F

Color information

#FAC47F (or 0xFAC47F) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 7F. RGB value is (250,196,127). Sum of RGB (Red+Green+Blue) = 250+196+127=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC47F is #053B80. Grayscale: #CCCCCC. Windows color (decimal): -342913 or 8373498. OLE color: 8373498.

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

Color convert

RGB250196127-
CMYK00.220.490.02
HSL33.66º92.48%73.92%-
HSV(B)33.66º49.2%98.04%-
XYZ6361.3428.6-
YUV204.2884.39160.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 127 (50% from 255) = 22.16%
R=43.63%
G=34.21%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019612700.220.490.0233.6692.4873.92
HexFAC47F016312225c4a
Octal37230417702661242134112
Binary111110101100010011111110101101100011010001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC47F; }

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

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

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

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

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

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

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

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