Html Css Color HEX #FCC377 Chardonnay

📋 copy color: '#FCC377'

red 252 ◦ green 195 ◦ blue 119

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

Shades of Chardonnay #FCC377

Tints of Chardonnay #FCC377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.02%

R = 44.52%
G = 34.45%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCC377 (or 0xFCC377) is known color: Chardonnay. HEX triplet: FC, C3 and 77. RGB value is (252,195,119). Sum of RGB (Red+Green+Blue) = 252+195+119=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC377 is #033C88. Grayscale: #CBCBCB. Windows color (decimal): -212105 or 7848956. OLE color: 7848956.

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

Color convert

RGB 252 195 119 -
CMYK 0 0.23 0.53 0.01
HSL 34.29º 0.96% 0.73% -
HSV(B) 34.29º 0.53% 0.99% -
XYZ 62.99 61.06 25.92 -
YUV 203.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 252 195 119 0 0.23 0.53 0.01 34.29 0.96 0.73
Hex FC C3 77 0 17 35 1 22 60 49
Octal 374 303 167 0 27 65 1 42 140 111
Binary 11111100 11000011 1110111 0 10111 110101 1 100010 1100000 1001001

Color Harmonies of #FCC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC377

Black with #FCC377

Text Example


Text Example

White with #FCC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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