Html Css Color HEX #FCC384 Chardonnay

📋 copy color: '#FCC384'

red 252 ◦ green 195 ◦ blue 132

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

Shades of Chardonnay #FCC384

Tints of Chardonnay #FCC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.68%

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

R = 43.52%
G = 33.68%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCC384 (or 0xFCC384) is known color: Chardonnay. HEX triplet: FC, C3 and 84. RGB value is (252,195,132). Sum of RGB (Red+Green+Blue) = 252+195+132=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC384 is #033C7B. Grayscale: #CDCDCD. Windows color (decimal): -212092 or 8700924. OLE color: 8700924.

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

Color convert

RGB 252 195 132 -
CMYK 0 0.23 0.48 0.01
HSL 31.5º 0.95% 0.75% -
HSV(B) 31.5º 0.48% 0.99% -
XYZ 63.82 61.39 30.32 -
YUV 204.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 252 195 132 0 0.23 0.48 0.01 31.5 0.95 0.75
Hex FC C3 84 0 17 30 1 1F 5F 4B
Octal 374 303 204 0 27 60 1 37 137 113
Binary 11111100 11000011 10000100 0 10111 110000 1 11111 1011111 1001011

Color Harmonies of #FCC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC384

Black with #FCC384

Text Example


Text Example

White with #FCC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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