Html Css Color HEX #FCC279 Chardonnay

📋 copy color: '#FCC279'

red 252 ◦ green 194 ◦ blue 121

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

Shades of Chardonnay #FCC279

Tints of Chardonnay #FCC279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.34%

R = 44.44%
G = 34.22%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC279 (or 0xFCC279) is known color: Chardonnay. HEX triplet: FC, C2 and 79. RGB value is (252,194,121). Sum of RGB (Red+Green+Blue) = 252+194+121=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC279 is #033D86. Grayscale: #CBCBCB. Windows color (decimal): -212359 or 7979772. OLE color: 7979772.

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

Color convert

RGB 252 194 121 -
CMYK 0 0.23 0.52 0.01
HSL 33.44º 0.96% 0.73% -
HSV(B) 33.44º 0.52% 0.99% -
XYZ 62.89 60.66 26.48 -
YUV 203.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 252 194 121 0 0.23 0.52 0.01 33.44 0.96 0.73
Hex FC C2 79 0 17 34 1 21 60 49
Octal 374 302 171 0 27 64 1 41 140 111
Binary 11111100 11000010 1111001 0 10111 110100 1 100001 1100000 1001001

Color Harmonies of #FCC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC279

Black with #FCC279

Text Example


Text Example

White with #FCC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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