Html Css Color HEX #FCC584 Chardonnay

📋 copy color: '#FCC584'

red 252 ◦ green 197 ◦ blue 132

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

Shades of Chardonnay #FCC584

Tints of Chardonnay #FCC584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 132 (51.95% from 255) = 22.72%

R = 43.37%
G = 33.91%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCC584 (or 0xFCC584) is known color: Chardonnay. HEX triplet: FC, C5 and 84. RGB value is (252,197,132). Sum of RGB (Red+Green+Blue) = 252+197+132=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC584 is #033A7B. Grayscale: #CECECE. Windows color (decimal): -211580 or 8701436. OLE color: 8701436.

HSL color Cylindrical-coordinate representation of color #FCC584: hue angle of 32.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCC584 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 132 -
CMYK 0 0.22 0.48 0.01
HSL 32.5º 0.95% 0.75% -
HSV(B) 32.5º 0.48% 0.99% -
XYZ 64.28 62.29 30.47 -
YUV 206.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 252 197 132 0 0.22 0.48 0.01 32.5 0.95 0.75
Hex FC C5 84 0 16 30 1 20 5F 4B
Octal 374 305 204 0 26 60 1 40 137 113
Binary 11111100 11000101 10000100 0 10110 110000 1 100000 1011111 1001011

Color Harmonies of #FCC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC584

Black with #FCC584

Text Example


Text Example

White with #FCC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC584; }

 p { color: rgb(252,197,132); }

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

background-color css

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

 a { background-color: rgb(252,197,132); }

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

border-color css

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

 span { border-color: rgb(252,197,132); }

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