Html Css Color HEX #FCC47C Chardonnay

📋 copy color: '#FCC47C'

red 252 ◦ green 196 ◦ blue 124

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

Shades of Chardonnay #FCC47C

Tints of Chardonnay #FCC47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 44.06%
G = 34.27%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCC47C (or 0xFCC47C) is known color: Chardonnay. HEX triplet: FC, C4 and 7C. RGB value is (252,196,124). Sum of RGB (Red+Green+Blue) = 252+196+124=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC47C is #033B83. Grayscale: #CCCCCC. Windows color (decimal): -211844 or 8176892. OLE color: 8176892.

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

Color convert

RGB 252 196 124 -
CMYK 0 0.22 0.51 0.01
HSL 33.75º 0.96% 0.74% -
HSV(B) 33.75º 0.51% 0.99% -
XYZ 63.52 61.63 27.62 -
YUV 204.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 252 196 124 0 0.22 0.51 0.01 33.75 0.96 0.74
Hex FC C4 7C 0 16 33 1 22 60 4A
Octal 374 304 174 0 26 63 1 42 140 112
Binary 11111100 11000100 1111100 0 10110 110011 1 100010 1100000 1001010

Color Harmonies of #FCC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC47C

Black with #FCC47C

Text Example


Text Example

White with #FCC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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