#FAC383

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

Shades of Chardonnay #FAC383

Tints of Chardonnay #FAC383

Color information

#FAC383 (or 0xFAC383) is unknown color: approx Chardonnay. HEX triplet: FA, C3 and 83. RGB value is (250,195,131). Sum of RGB (Red+Green+Blue) = 250+195+131=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC383 is #053C7C. Grayscale: #CCCCCC. Windows color (decimal): -343165 or 8635386. OLE color: 8635386.

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

Color convert

RGB250195131-
CMYK00.220.480.02
HSL32.27º92.25%74.71%-
HSV(B)32.27º47.6%98.04%-
XYZ63.0460.9929.92-
YUV204.1586.72160.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 131 (51.56% from 255) = 22.74%
R=43.40%
G=33.85%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019513100.220.480.0232.2792.2574.71
HexFAC383016302205c4b
Octal37230320302660240134113
Binary1111101011000011100000110101101100001010000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC383; }

 p { color: rgb(250,195,131); }

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

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

 a { background-color: rgb(250,195,131); }

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

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

 span { border-color: rgb(250,195,131); }

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