#FCC882

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

Shades of Chardonnay #FCC882

Tints of Chardonnay #FCC882

Color information

#FCC882 (or 0xFCC882) is unknown color: approx Chardonnay. HEX triplet: FC, C8 and 82. RGB value is (252,200,130). Sum of RGB (Red+Green+Blue) = 252+200+130=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC882 is #03377D. Grayscale: #CFCFCF. Windows color (decimal): -210814 or 8571132. OLE color: 8571132.

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

Color convert

RGB252200130-
CMYK00.210.480.01
HSL34.43º95.31%74.9%-
HSV(B)34.43º48.41%98.82%-
XYZ64.8363.6229.98-
YUV207.5784.23159.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 130 (51.17% from 255) = 22.34%
R=43.30%
G=34.36%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220013000.210.480.0134.4395.3174.9
HexFCC882015301225f4b
Octal37431020202560142137113
Binary111111001100100010000010010101110000110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC882; }

 p { color: rgb(252,200,130); }

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

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

 a { background-color: rgb(252,200,130); }

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

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

 span { border-color: rgb(252,200,130); }

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