Html Css Color HEX #FCC676 Chardonnay

📋 copy color: '#FCC676'

red 252 ◦ green 198 ◦ blue 118

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

Shades of Chardonnay #FCC676

Tints of Chardonnay #FCC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 44.37%
G = 34.86%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCC676 (or 0xFCC676) is known color: Chardonnay. HEX triplet: FC, C6 and 76. RGB value is (252,198,118). Sum of RGB (Red+Green+Blue) = 252+198+118=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC676 is #033989. Grayscale: #CDCDCD. Windows color (decimal): -211338 or 7784188. OLE color: 7784188.

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

Color convert

RGB 252 198 118 -
CMYK 0 0.21 0.53 0.01
HSL 35.82º 0.96% 0.73% -
HSV(B) 35.82º 0.53% 0.99% -
XYZ 63.61 62.39 25.83 -
YUV 205.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 252 198 118 0 0.21 0.53 0.01 35.82 0.96 0.73
Hex FC C6 76 0 15 35 1 24 60 49
Octal 374 306 166 0 25 65 1 44 140 111
Binary 11111100 11000110 1110110 0 10101 110101 1 100100 1100000 1001001

Color Harmonies of #FCC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC676

Black with #FCC676

Text Example


Text Example

White with #FCC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC676; }

 p { color: rgb(252,198,118); }

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

background-color css

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

 a { background-color: rgb(252,198,118); }

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

border-color css

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

 span { border-color: rgb(252,198,118); }

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