Html Css Color HEX #FCC27C Chardonnay

📋 copy color: '#FCC27C'

red 252 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #FCC27C

Tints of Chardonnay #FCC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 44.21%
G = 34.04%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCC27C (or 0xFCC27C) is known color: Chardonnay. HEX triplet: FC, C2 and 7C. RGB value is (252,194,124). Sum of RGB (Red+Green+Blue) = 252+194+124=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC27C is #033D83. Grayscale: #CBCBCB. Windows color (decimal): -212356 or 8176380. OLE color: 8176380.

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

Color convert

RGB 252 194 124 -
CMYK 0 0.23 0.51 0.01
HSL 32.81º 0.96% 0.74% -
HSV(B) 32.81º 0.51% 0.99% -
XYZ 63.07 60.73 27.47 -
YUV 203.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 252 194 124 0 0.23 0.51 0.01 32.81 0.96 0.74
Hex FC C2 7C 0 17 33 1 21 60 4A
Octal 374 302 174 0 27 63 1 41 140 112
Binary 11111100 11000010 1111100 0 10111 110011 1 100001 1100000 1001010

Color Harmonies of #FCC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC27C

Black with #FCC27C

Text Example


Text Example

White with #FCC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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