#FCC374

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

Shades of Chardonnay #FCC374

Tints of Chardonnay #FCC374

Color information

#FCC374 (or 0xFCC374) is unknown color: approx Chardonnay. HEX triplet: FC, C3 and 74. RGB value is (252,195,116). Sum of RGB (Red+Green+Blue) = 252+195+116=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC374 is #033C8B. Grayscale: #CBCBCB. Windows color (decimal): -212108 or 7652348. OLE color: 7652348.

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

Color convert

RGB252195116-
CMYK00.230.540.01
HSL34.85º95.77%72.16%-
HSV(B)34.85º53.97%98.82%-
XYZ62.8160.9924.98-
YUV203.0478.88162.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 116 (45.70% from 255) = 20.60%
R=44.76%
G=34.64%
B=20.60%

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
Decimal25219511600.230.540.0134.8595.7772.16
HexFCC374017361236048
Octal37430316402766143140110
Binary11111100110000111110100010111110110110001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC374; }

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

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

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

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

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

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

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

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