Html Css Color HEX #FCC276 Chardonnay

📋 copy color: '#FCC276'

red 252 ◦ green 194 ◦ blue 118

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

Shades of Chardonnay #FCC276

Tints of Chardonnay #FCC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

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

R = 44.68%
G = 34.4%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCC276 (or 0xFCC276) is known color: Chardonnay. HEX triplet: FC, C2 and 76. RGB value is (252,194,118). Sum of RGB (Red+Green+Blue) = 252+194+118=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC276 is #033D89. Grayscale: #CBCBCB. Windows color (decimal): -212362 or 7783164. OLE color: 7783164.

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

Color convert

RGB 252 194 118 -
CMYK 0 0.23 0.53 0.01
HSL 34.03º 0.96% 0.73% -
HSV(B) 34.03º 0.53% 0.99% -
XYZ 62.71 60.59 25.53 -
YUV 202.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 252 194 118 0 0.23 0.53 0.01 34.03 0.96 0.73
Hex FC C2 76 0 17 35 1 22 60 49
Octal 374 302 166 0 27 65 1 42 140 111
Binary 11111100 11000010 1110110 0 10111 110101 1 100010 1100000 1001001

Color Harmonies of #FCC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC276

Black with #FCC276

Text Example


Text Example

White with #FCC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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