#FCC275

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

Shades of Chardonnay #FCC275

Tints of Chardonnay #FCC275

Color information

#FCC275 (or 0xFCC275) is unknown color: approx Chardonnay. HEX triplet: FC, C2 and 75. RGB value is (252,194,117). Sum of RGB (Red+Green+Blue) = 252+194+117=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC275 is #033D8A. Grayscale: #CACACA. Windows color (decimal): -212363 or 7717628. OLE color: 7717628.

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

Color convert

RGB252194117-
CMYK00.230.540.01
HSL34.22º95.74%72.35%-
HSV(B)34.22º53.57%98.82%-
XYZ62.6560.5625.22-
YUV202.5679.72163.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=44.76%
G=34.46%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219411700.230.540.0134.2295.7472.35
HexFCC275017361226048
Octal37430216502766142140110
Binary11111100110000101110101010111110110110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC275; }

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

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

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

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

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

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

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

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