#FCC472

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

Shades of Chardonnay #FCC472

Tints of Chardonnay #FCC472

Color information

#FCC472 (or 0xFCC472) is unknown color: approx Chardonnay. HEX triplet: FC, C4 and 72. RGB value is (252,196,114). Sum of RGB (Red+Green+Blue) = 252+196+114=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC472 is #033B8D. Grayscale: #CBCBCB. Windows color (decimal): -211854 or 7521532. OLE color: 7521532.

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

Color convert

RGB252196114-
CMYK00.220.550.01
HSL35.65º95.83%71.76%-
HSV(B)35.65º54.76%98.82%-
XYZ62.9261.3924.45-
YUV203.477.55162.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 114 (44.92% from 255) = 20.28%
R=44.84%
G=34.88%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219611400.220.550.0135.6595.8371.76
HexFCC472016371246048
Octal37430416202667144140110
Binary11111100110001001110010010110110111110010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC472; }

 p { color: rgb(252,196,114); }

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

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

 a { background-color: rgb(252,196,114); }

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

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

 span { border-color: rgb(252,196,114); }

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