#FAC481

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

Shades of Chardonnay #FAC481

Tints of Chardonnay #FAC481

Color information

#FAC481 (or 0xFAC481) is unknown color: approx Chardonnay. HEX triplet: FA, C4 and 81. RGB value is (250,196,129). Sum of RGB (Red+Green+Blue) = 250+196+129=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC481 is #053B7E. Grayscale: #CCCCCC. Windows color (decimal): -342911 or 8504570. OLE color: 8504570.

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

Color convert

RGB250196129-
CMYK00.220.480.02
HSL33.22º92.37%74.31%-
HSV(B)33.22º48.4%98.04%-
XYZ63.1361.3929.29-
YUV204.5185.39160.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=43.48%
G=34.09%
B=22.43%

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
Decimal25019612900.220.480.0233.2292.3774.31
HexFAC481016302215c4a
Octal37230420102660241134112
Binary1111101011000100100000010101101100001010000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC481; }

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

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

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

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

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

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

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

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