Html Css Color HEX #FCC77D Chardonnay

📋 copy color: '#FCC77D'

red 252 ◦ green 199 ◦ blue 125

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

Shades of Chardonnay #FCC77D

Tints of Chardonnay #FCC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

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

R = 43.75%
G = 34.55%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCC77D (or 0xFCC77D) is known color: Chardonnay. HEX triplet: FC, C7 and 7D. RGB value is (252,199,125). Sum of RGB (Red+Green+Blue) = 252+199+125=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC77D is #033882. Grayscale: #CECECE. Windows color (decimal): -211075 or 8243196. OLE color: 8243196.

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

Color convert

RGB 252 199 125 -
CMYK 0 0.21 0.50 0.01
HSL 34.96º 0.95% 0.74% -
HSV(B) 34.96º 0.5% 0.99% -
XYZ 64.27 63.02 28.18 -
YUV 206.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 252 199 125 0 0.21 0.50 0.01 34.96 0.95 0.74
Hex FC C7 7D 0 15 32 1 23 5F 4A
Octal 374 307 175 0 25 62 1 43 137 112
Binary 11111100 11000111 1111101 0 10101 110010 1 100011 1011111 1001010

Color Harmonies of #FCC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC77D

Black with #FCC77D

Text Example


Text Example

White with #FCC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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