Html Css Color HEX #FCC576 Chardonnay

📋 copy color: '#FCC576'

red 252 ◦ green 197 ◦ blue 118

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

Shades of Chardonnay #FCC576

Tints of Chardonnay #FCC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 44.44%
G = 34.74%
B = 20.81%

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

#FCC576 (or 0xFCC576) is known color: Chardonnay. HEX triplet: FC, C5 and 76. RGB value is (252,197,118). Sum of RGB (Red+Green+Blue) = 252+197+118=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC576 is #033A89. Grayscale: #CCCCCC. Windows color (decimal): -211594 or 7783932. OLE color: 7783932.

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

Color convert

RGB 252 197 118 -
CMYK 0 0.22 0.53 0.01
HSL 35.37º 0.96% 0.73% -
HSV(B) 35.37º 0.53% 0.99% -
XYZ 63.38 61.94 25.75 -
YUV 204.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 252 197 118 0 0.22 0.53 0.01 35.37 0.96 0.73
Hex FC C5 76 0 16 35 1 23 60 49
Octal 374 305 166 0 26 65 1 43 140 111
Binary 11111100 11000101 1110110 0 10110 110101 1 100011 1100000 1001001

Color Harmonies of #FCC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC576

Black with #FCC576

Text Example


Text Example

White with #FCC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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