#FAC482

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

Shades of Chardonnay #FAC482

Tints of Chardonnay #FAC482

Color information

#FAC482 (or 0xFAC482) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 82. RGB value is (250,196,130). Sum of RGB (Red+Green+Blue) = 250+196+130=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC482 is #053B7D. Grayscale: #CCCCCC. Windows color (decimal): -342910 or 8570106. OLE color: 8570106.

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

Color convert

RGB250196130-
CMYK00.220.480.02
HSL33º92.31%74.51%-
HSV(B)33º48%98.04%-
XYZ63.1961.4229.64-
YUV204.6285.89160.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=43.40%
G=34.03%
B=22.57%

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
Decimal25019613000.220.480.023392.3174.51
HexFAC482016302215c4b
Octal37230420202660241134113
Binary1111101011000100100000100101101100001010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC482; }

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

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

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

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

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

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

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

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