Html Css Color HEX #FCC079 Chardonnay

📋 copy color: '#FCC079'

red 252 ◦ green 192 ◦ blue 121

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

Shades of Chardonnay #FCC079

Tints of Chardonnay #FCC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.98%

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

R = 44.6%
G = 33.98%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC079 (or 0xFCC079) is known color: Chardonnay. HEX triplet: FC, C0 and 79. RGB value is (252,192,121). Sum of RGB (Red+Green+Blue) = 252+192+121=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC079 is #033F86. Grayscale: #CACACA. Windows color (decimal): -212871 or 7979260. OLE color: 7979260.

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

Color convert

RGB 252 192 121 -
CMYK 0 0.24 0.52 0.01
HSL 32.52º 0.96% 0.73% -
HSV(B) 32.52º 0.52% 0.99% -
XYZ 62.45 59.78 26.34 -
YUV 201.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 252 192 121 0 0.24 0.52 0.01 32.52 0.96 0.73
Hex FC C0 79 0 18 34 1 21 60 49
Octal 374 300 171 0 30 64 1 41 140 111
Binary 11111100 11000000 1111001 0 11000 110100 1 100001 1100000 1001001

Color Harmonies of #FCC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC079

Black with #FCC079

Text Example


Text Example

White with #FCC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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