Html Css Color HEX #FCC371 Chardonnay

📋 copy color: '#FCC371'

red 252 ◦ green 195 ◦ blue 113

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

Shades of Chardonnay #FCC371

Tints of Chardonnay #FCC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.18%

R = 45%
G = 34.82%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC371 (or 0xFCC371) is known color: Chardonnay. HEX triplet: FC, C3 and 71. RGB value is (252,195,113). Sum of RGB (Red+Green+Blue) = 252+195+113=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC371 is #033C8E. Grayscale: #CBCBCB. Windows color (decimal): -212111 or 7455740. OLE color: 7455740.

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

Color convert

RGB 252 195 113 -
CMYK 0 0.23 0.55 0.01
HSL 35.4º 0.96% 0.72% -
HSV(B) 35.4º 0.55% 0.99% -
XYZ 62.64 60.92 24.08 -
YUV 202.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 252 195 113 0 0.23 0.55 0.01 35.4 0.96 0.72
Hex FC C3 71 0 17 37 1 23 60 48
Octal 374 303 161 0 27 67 1 43 140 110
Binary 11111100 11000011 1110001 0 10111 110111 1 100011 1100000 1001000

Color Harmonies of #FCC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC371

Black with #FCC371

Text Example


Text Example

White with #FCC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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