Html Css Color HEX #FCC67C Chardonnay

📋 copy color: '#FCC67C'

red 252 ◦ green 198 ◦ blue 124

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

Shades of Chardonnay #FCC67C

Tints of Chardonnay #FCC67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.6%

R = 43.9%
G = 34.49%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCC67C (or 0xFCC67C) is known color: Chardonnay. HEX triplet: FC, C6 and 7C. RGB value is (252,198,124). Sum of RGB (Red+Green+Blue) = 252+198+124=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC67C is #033983. Grayscale: #CECECE. Windows color (decimal): -211332 or 8177404. OLE color: 8177404.

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

Color convert

RGB 252 198 124 -
CMYK 0 0.21 0.51 0.01
HSL 34.69º 0.96% 0.74% -
HSV(B) 34.69º 0.51% 0.99% -
XYZ 63.98 62.54 27.77 -
YUV 205.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 252 198 124 0 0.21 0.51 0.01 34.69 0.96 0.74
Hex FC C6 7C 0 15 33 1 23 60 4A
Octal 374 306 174 0 25 63 1 43 140 112
Binary 11111100 11000110 1111100 0 10101 110011 1 100011 1100000 1001010

Color Harmonies of #FCC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC67C

Black with #FCC67C

Text Example


Text Example

White with #FCC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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