#FCC175

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

Shades of Chardonnay #FCC175

Tints of Chardonnay #FCC175

Color information

#FCC175 (or 0xFCC175) is unknown color: approx Chardonnay. HEX triplet: FC, C1 and 75. RGB value is (252,193,117). Sum of RGB (Red+Green+Blue) = 252+193+117=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC175 is #033E8A. Grayscale: #CACACA. Windows color (decimal): -212619 or 7717372. OLE color: 7717372.

HSL color Cylindrical-coordinate representation of color #FCC175: hue angle of 33.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCC175 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252193117-
CMYK00.230.540.01
HSL33.78º95.74%72.35%-
HSV(B)33.78º53.57%98.82%-
XYZ62.4360.1225.14-
YUV201.9880.05163.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 117 (46.09% from 255) = 20.82%
R=44.84%
G=34.34%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219311700.230.540.0133.7895.7472.35
HexFCC175017361226048
Octal37430116502766142140110
Binary11111100110000011110101010111110110110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC175; }

 p { color: rgb(252,193,117); }

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

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

 a { background-color: rgb(252,193,117); }

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

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

 span { border-color: rgb(252,193,117); }

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