#FAC57F

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

Shades of Chardonnay #FAC57F

Tints of Chardonnay #FAC57F

Color information

#FAC57F (or 0xFAC57F) is unknown color: approx Chardonnay. HEX triplet: FA, C5 and 7F. RGB value is (250,197,127). Sum of RGB (Red+Green+Blue) = 250+197+127=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57F is #053A80. Grayscale: #CDCDCD. Windows color (decimal): -342657 or 8373754. OLE color: 8373754.

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

Color convert

RGB250197127-
CMYK00.210.490.02
HSL34.15º92.48%73.92%-
HSV(B)34.15º49.2%98.04%-
XYZ63.2261.7928.67-
YUV204.8784.06160.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 127 (50% from 255) = 22.13%
R=43.55%
G=34.32%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019712700.210.490.0234.1592.4873.92
HexFAC57F015312225c4a
Octal37230517702561242134112
Binary111110101100010111111110101011100011010001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC57F; }

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

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

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

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

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

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

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

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