#FCC27F

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

Shades of Chardonnay #FCC27F

Tints of Chardonnay #FCC27F

Color information

#FCC27F (or 0xFCC27F) is unknown color: approx Chardonnay. HEX triplet: FC, C2 and 7F. RGB value is (252,194,127). Sum of RGB (Red+Green+Blue) = 252+194+127=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC27F is #033D80. Grayscale: #CCCCCC. Windows color (decimal): -212353 or 8372988. OLE color: 8372988.

HSL color Cylindrical-coordinate representation of color #FCC27F: hue angle of 32.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC27F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252194127-
CMYK00.230.500.01
HSL32.16º95.42%74.31%-
HSV(B)32.16º49.6%98.82%-
XYZ63.2760.8128.48-
YUV203.784.72162.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 127 (50% from 255) = 22.16%
R=43.98%
G=33.86%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219412700.230.500.0132.1695.4274.31
HexFCC27F017321205f4a
Octal37430217702762140137112
Binary11111100110000101111111010111110010110000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC27F; }

 p { color: rgb(252,194,127); }

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

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

 a { background-color: rgb(252,194,127); }

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

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

 span { border-color: rgb(252,194,127); }

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