Html Css Color HEX #FCC97A Chardonnay

📋 copy color: '#FCC97A'

red 252 ◦ green 201 ◦ blue 122

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

Shades of Chardonnay #FCC97A

Tints of Chardonnay #FCC97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 43.83%
G = 34.96%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC97A (or 0xFCC97A) is known color: Chardonnay. HEX triplet: FC, C9 and 7A. RGB value is (252,201,122). Sum of RGB (Red+Green+Blue) = 252+201+122=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC97A is #033685. Grayscale: #CFCFCF. Windows color (decimal): -210566 or 8047100. OLE color: 8047100.

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

Color convert

RGB 252 201 122 -
CMYK 0 0.20 0.52 0.01
HSL 36.46º 0.96% 0.73% -
HSV(B) 36.46º 0.52% 0.99% -
XYZ 64.54 63.87 27.34 -
YUV 207.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 252 201 122 0 0.20 0.52 0.01 36.46 0.96 0.73
Hex FC C9 7A 0 14 34 1 24 60 49
Octal 374 311 172 0 24 64 1 44 140 111
Binary 11111100 11001001 1111010 0 10100 110100 1 100100 1100000 1001001

Color Harmonies of #FCC97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC97A

Black with #FCC97A

Text Example


Text Example

White with #FCC97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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