#FAC075

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

Shades of Chardonnay #FAC075

Tints of Chardonnay #FAC075

Color information

#FAC075 (or 0xFAC075) is unknown color: approx Chardonnay. HEX triplet: FA, C0 and 75. RGB value is (250,192,117). Sum of RGB (Red+Green+Blue) = 250+192+117=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC075 is #053F8A. Grayscale: #C9C9C9. Windows color (decimal): -343947 or 7717114. OLE color: 7717114.

HSL color Cylindrical-coordinate representation of color #FAC075: hue angle of 33.83º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAC075 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250192117-
CMYK00.230.530.02
HSL33.83º93.01%71.96%-
HSV(B)33.83º53.2%98.04%-
XYZ61.4859.3125.04-
YUV200.7980.72163.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=44.72%
G=34.35%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019211700.230.530.0233.8393.0171.96
HexFAC075017352225d48
Octal37230016502765242135110
Binary111110101100000011101010101111101011010001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC075; }

 p { color: rgb(250,192,117); }

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

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

 a { background-color: rgb(250,192,117); }

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

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

 span { border-color: rgb(250,192,117); }

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