Html Css Color HEX #FCC27B Chardonnay

📋 copy color: '#FCC27B'

red 252 ◦ green 194 ◦ blue 123

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

Shades of Chardonnay #FCC27B

Tints of Chardonnay #FCC27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.62%

R = 44.29%
G = 34.09%
B = 21.62%

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

#FCC27B (or 0xFCC27B) is known color: Chardonnay. HEX triplet: FC, C2 and 7B. RGB value is (252,194,123). Sum of RGB (Red+Green+Blue) = 252+194+123=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC27B is #033D84. Grayscale: #CBCBCB. Windows color (decimal): -212357 or 8110844. OLE color: 8110844.

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

Color convert

RGB 252 194 123 -
CMYK 0 0.23 0.51 0.01
HSL 33.02º 0.96% 0.74% -
HSV(B) 33.02º 0.51% 0.99% -
XYZ 63.01 60.71 27.14 -
YUV 203.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 252 194 123 0 0.23 0.51 0.01 33.02 0.96 0.74
Hex FC C2 7B 0 17 33 1 21 60 4A
Octal 374 302 173 0 27 63 1 41 140 112
Binary 11111100 11000010 1111011 0 10111 110011 1 100001 1100000 1001010

Color Harmonies of #FCC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC27B

Black with #FCC27B

Text Example


Text Example

White with #FCC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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