Html Css Color HEX #FCC277 Chardonnay

📋 copy color: '#FCC277'

red 252 ◦ green 194 ◦ blue 119

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

Shades of Chardonnay #FCC277

Tints of Chardonnay #FCC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 44.6%
G = 34.34%
B = 21.06%

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

#FCC277 (or 0xFCC277) is known color: Chardonnay. HEX triplet: FC, C2 and 77. RGB value is (252,194,119). Sum of RGB (Red+Green+Blue) = 252+194+119=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC277 is #033D88. Grayscale: #CBCBCB. Windows color (decimal): -212361 or 7848700. OLE color: 7848700.

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

Color convert

RGB 252 194 119 -
CMYK 0 0.23 0.53 0.01
HSL 33.83º 0.96% 0.73% -
HSV(B) 33.83º 0.53% 0.99% -
XYZ 62.77 60.61 25.84 -
YUV 202.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 252 194 119 0 0.23 0.53 0.01 33.83 0.96 0.73
Hex FC C2 77 0 17 35 1 22 60 49
Octal 374 302 167 0 27 65 1 42 140 111
Binary 11111100 11000010 1110111 0 10111 110101 1 100010 1100000 1001001

Color Harmonies of #FCC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC277

Black with #FCC277

Text Example


Text Example

White with #FCC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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