#FAC483

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

Shades of Chardonnay #FAC483

Tints of Chardonnay #FAC483

Color information

#FAC483 (or 0xFAC483) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 83. RGB value is (250,196,131). Sum of RGB (Red+Green+Blue) = 250+196+131=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC483 is #053B7C. Grayscale: #CDCDCD. Windows color (decimal): -342909 or 8635642. OLE color: 8635642.

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

Color convert

RGB250196131-
CMYK00.220.480.02
HSL32.77º92.25%74.71%-
HSV(B)32.77º47.6%98.04%-
XYZ63.2661.4430-
YUV204.7486.39160.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 131 (51.56% from 255) = 22.70%
R=43.33%
G=33.97%
B=22.70%

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
Decimal25019613100.220.480.0232.7792.2574.71
HexFAC483016302215c4b
Octal37230420302660241134113
Binary1111101011000100100000110101101100001010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC483; }

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

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

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

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

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

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

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

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