Html Css Color HEX #FCC376 Chardonnay

📋 copy color: '#FCC376'

red 252 ◦ green 195 ◦ blue 118

#FCC376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #FCC376

Tints of Chardonnay #FCC376

RGB

 RED value IS 252 (98.83% from 255) = 44.6%

 GREEN value IS 195 (76.56% from 255) = 34.51%

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 44.6%
G = 34.51%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCC376 (or 0xFCC376) is known color: Chardonnay. HEX triplet: FC, C3 and 76. RGB value is (252,195,118). Sum of RGB (Red+Green+Blue) = 252+195+118=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC376 is #033C89. Grayscale: #CBCBCB. Windows color (decimal): -212106 or 7783420. OLE color: 7783420.

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

Color convert

RGB 252 195 118 -
CMYK 0 0.23 0.53 0.01
HSL 34.48º 0.96% 0.73% -
HSV(B) 34.48º 0.53% 0.99% -
XYZ 62.93 61.03 25.6 -
YUV 203.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 252 195 118 0 0.23 0.53 0.01 34.48 0.96 0.73
Hex FC C3 76 0 17 35 1 22 60 49
Octal 374 303 166 0 27 65 1 42 140 111
Binary 11111100 11000011 1110110 0 10111 110101 1 100010 1100000 1001001

Color Harmonies of #FCC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC376

Black with #FCC376

Text Example


Text Example

White with #FCC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC376; }

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

 H1.HeaderClassName
 {
   color: #FCC376;
 }
 .AnyTagClassName
 {
   color: #FCC376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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