#FAC67F

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

Shades of Chardonnay #FAC67F

Tints of Chardonnay #FAC67F

Color information

#FAC67F (or 0xFAC67F) is unknown color: approx Chardonnay. HEX triplet: FA, C6 and 7F. RGB value is (250,198,127). Sum of RGB (Red+Green+Blue) = 250+198+127=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67F is #053980. Grayscale: #CDCDCD. Windows color (decimal): -342401 or 8374010. OLE color: 8374010.

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

Color convert

RGB250198127-
CMYK00.210.490.02
HSL34.63º92.48%73.92%-
HSV(B)34.63º49.2%98.04%-
XYZ63.4562.2428.75-
YUV205.4583.73159.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 127 (50% from 255) = 22.09%
R=43.48%
G=34.43%
B=22.09%

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
Decimal25019812700.210.490.0234.6392.4873.92
HexFAC67F015312235c4a
Octal37230617702561243134112
Binary111110101100011011111110101011100011010001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC67F; }

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

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

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

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

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

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

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

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