#FAC67D

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

Shades of Chardonnay #FAC67D

Tints of Chardonnay #FAC67D

Color information

#FAC67D (or 0xFAC67D) is unknown color: approx Chardonnay. HEX triplet: FA, C6 and 7D. RGB value is (250,198,125). Sum of RGB (Red+Green+Blue) = 250+198+125=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67D is #053982. Grayscale: #CDCDCD. Windows color (decimal): -342403 or 8242938. OLE color: 8242938.

HSL color Cylindrical-coordinate representation of color #FAC67D: hue angle of 35.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC67D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250198125-
CMYK00.210.500.02
HSL35.04º92.59%73.53%-
HSV(B)35.04º50%98.04%-
XYZ63.3262.1928.07-
YUV205.2382.73159.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 125 (49.22% from 255) = 21.82%
R=43.63%
G=34.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019812500.210.500.0235.0492.5973.53
HexFAC67D015322235d4a
Octal37230617502562243135112
Binary111110101100011011111010101011100101010001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC67D; }

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

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

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

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

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

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

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

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