Html Css Color HEX #FCC97D Chardonnay

📋 copy color: '#FCC97D'

red 252 ◦ green 201 ◦ blue 125

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

Shades of Chardonnay #FCC97D

Tints of Chardonnay #FCC97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.63%

R = 43.6%
G = 34.78%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCC97D (or 0xFCC97D) is known color: Chardonnay. HEX triplet: FC, C9 and 7D. RGB value is (252,201,125). Sum of RGB (Red+Green+Blue) = 252+201+125=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC97D is #033682. Grayscale: #CFCFCF. Windows color (decimal): -210563 or 8243708. OLE color: 8243708.

HSL color Cylindrical-coordinate representation of color #FCC97D: hue angle of 35.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC97D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 125 -
CMYK 0 0.20 0.50 0.01
HSL 35.91º 0.95% 0.74% -
HSV(B) 35.91º 0.5% 0.99% -
XYZ 64.73 63.95 28.33 -
YUV 207.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 252 201 125 0 0.20 0.50 0.01 35.91 0.95 0.74
Hex FC C9 7D 0 14 32 1 24 5F 4A
Octal 374 311 175 0 24 62 1 44 137 112
Binary 11111100 11001001 1111101 0 10100 110010 1 100100 1011111 1001010

Color Harmonies of #FCC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC97D

Black with #FCC97D

Text Example


Text Example

White with #FCC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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