Html Css Color HEX #FCC97C Chardonnay

📋 copy color: '#FCC97C'

red 252 ◦ green 201 ◦ blue 124

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

Shades of Chardonnay #FCC97C

Tints of Chardonnay #FCC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.84%

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

R = 43.67%
G = 34.84%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCC97C (or 0xFCC97C) is known color: Chardonnay. HEX triplet: FC, C9 and 7C. RGB value is (252,201,124). Sum of RGB (Red+Green+Blue) = 252+201+124=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC97C is #033683. Grayscale: #CFCFCF. Windows color (decimal): -210564 or 8178172. OLE color: 8178172.

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

Color convert

RGB 252 201 124 -
CMYK 0 0.20 0.51 0.01
HSL 36.09º 0.96% 0.74% -
HSV(B) 36.09º 0.51% 0.99% -
XYZ 64.67 63.92 28 -
YUV 207.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 252 201 124 0 0.20 0.51 0.01 36.09 0.96 0.74
Hex FC C9 7C 0 14 33 1 24 60 4A
Octal 374 311 174 0 24 63 1 44 140 112
Binary 11111100 11001001 1111100 0 10100 110011 1 100100 1100000 1001010

Color Harmonies of #FCC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC97C

Black with #FCC97C

Text Example


Text Example

White with #FCC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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