Html Css Color HEX #FCC476 Chardonnay

📋 copy color: '#FCC476'

red 252 ◦ green 196 ◦ blue 118

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

Shades of Chardonnay #FCC476

Tints of Chardonnay #FCC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.63%

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

R = 44.52%
G = 34.63%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCC476 (or 0xFCC476) is known color: Chardonnay. HEX triplet: FC, C4 and 76. RGB value is (252,196,118). Sum of RGB (Red+Green+Blue) = 252+196+118=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC476 is #033B89. Grayscale: #CCCCCC. Windows color (decimal): -211850 or 7783676. OLE color: 7783676.

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

Color convert

RGB 252 196 118 -
CMYK 0 0.22 0.53 0.01
HSL 34.93º 0.96% 0.73% -
HSV(B) 34.93º 0.53% 0.99% -
XYZ 63.15 61.48 25.68 -
YUV 203.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 252 196 118 0 0.22 0.53 0.01 34.93 0.96 0.73
Hex FC C4 76 0 16 35 1 23 60 49
Octal 374 304 166 0 26 65 1 43 140 111
Binary 11111100 11000100 1110110 0 10110 110101 1 100011 1100000 1001001

Color Harmonies of #FCC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC476

Black with #FCC476

Text Example


Text Example

White with #FCC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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