#FCC680

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

Shades of Chardonnay #FCC680

Tints of Chardonnay #FCC680

Color information

#FCC680 (or 0xFCC680) is unknown color: approx Chardonnay. HEX triplet: FC, C6 and 80. RGB value is (252,198,128). Sum of RGB (Red+Green+Blue) = 252+198+128=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC680 is #03397F. Grayscale: #CECECE. Windows color (decimal): -211328 or 8439548. OLE color: 8439548.

HSL color Cylindrical-coordinate representation of color #FCC680: hue angle of 33.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCC680 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252198128-
CMYK00.210.490.01
HSL33.87º95.38%74.51%-
HSV(B)33.87º49.21%98.82%-
XYZ64.2462.6429.13-
YUV206.1783.89160.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=43.60%
G=34.26%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219812800.210.490.0133.8795.3874.51
HexFCC680015311225f4b
Octal37430620002561142137113
Binary111111001100011010000000010101110001110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC680; }

 p { color: rgb(252,198,128); }

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

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

 a { background-color: rgb(252,198,128); }

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

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

 span { border-color: rgb(252,198,128); }

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