#FCC26E

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

Shades of Chardonnay #FCC26E

Tints of Chardonnay #FCC26E

Color information

#FCC26E (or 0xFCC26E) is unknown color: approx Chardonnay. HEX triplet: FC, C2 and 6E. RGB value is (252,194,110). Sum of RGB (Red+Green+Blue) = 252+194+110=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC26E is #033D91. Grayscale: #CACACA. Windows color (decimal): -212370 or 7258876. OLE color: 7258876.

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

Color convert

RGB252194110-
CMYK00.230.560.01
HSL35.49º95.95%70.98%-
HSV(B)35.49º56.35%98.82%-
XYZ62.2560.423.13-
YUV201.7776.22163.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 110 (43.36% from 255) = 19.78%
R=45.32%
G=34.89%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219411000.230.560.0135.4995.9570.98
HexFCC26E017381236047
Octal37430215602770143140107
Binary11111100110000101101110010111111000110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC26E; }

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

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

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

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

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

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

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

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