#FCC174

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

Shades of Chardonnay #FCC174

Tints of Chardonnay #FCC174

Color information

#FCC174 (or 0xFCC174) is unknown color: approx Chardonnay. HEX triplet: FC, C1 and 74. RGB value is (252,193,116). Sum of RGB (Red+Green+Blue) = 252+193+116=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC174 is #033E8B. Grayscale: #CACACA. Windows color (decimal): -212620 or 7651836. OLE color: 7651836.

HSL color Cylindrical-coordinate representation of color #FCC174: hue angle of 33.97º 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 #FCC174 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252193116-
CMYK00.230.540.01
HSL33.97º95.77%72.16%-
HSV(B)33.97º53.97%98.82%-
XYZ62.3760.124.84-
YUV201.8679.55163.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 116 (45.70% from 255) = 20.68%
R=44.92%
G=34.40%
B=20.68%

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
Decimal25219311600.230.540.0133.9795.7772.16
HexFCC174017361226048
Octal37430116402766142140110
Binary11111100110000011110100010111110110110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC174; }

 p { color: rgb(252,193,116); }

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

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

 a { background-color: rgb(252,193,116); }

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

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

 span { border-color: rgb(252,193,116); }

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