#FCC780

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

Shades of Chardonnay #FCC780

Tints of Chardonnay #FCC780

Color information

#FCC780 (or 0xFCC780) is unknown color: approx Chardonnay. HEX triplet: FC, C7 and 80. RGB value is (252,199,128). Sum of RGB (Red+Green+Blue) = 252+199+128=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC780 is #03387F. Grayscale: #CFCFCF. Windows color (decimal): -211072 or 8439804. OLE color: 8439804.

HSL color Cylindrical-coordinate representation of color #FCC780: hue angle of 34.35º 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 #FCC780 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252199128-
CMYK00.210.490.01
HSL34.35º95.38%74.51%-
HSV(B)34.35º49.21%98.82%-
XYZ64.4663.129.2-
YUV206.7583.56160.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=43.52%
G=34.37%
B=22.11%

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
Decimal25219912800.210.490.0134.3595.3874.51
HexFCC780015311225f4b
Octal37430720002561142137113
Binary111111001100011110000000010101110001110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC780; }

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

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

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

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

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

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

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

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