Html Css Color HEX #FCC27D Chardonnay

📋 copy color: '#FCC27D'

red 252 ◦ green 194 ◦ blue 125

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

Shades of Chardonnay #FCC27D

Tints of Chardonnay #FCC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 44.13%
G = 33.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCC27D (or 0xFCC27D) is known color: Chardonnay. HEX triplet: FC, C2 and 7D. RGB value is (252,194,125). Sum of RGB (Red+Green+Blue) = 252+194+125=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC27D is #033D82. Grayscale: #CBCBCB. Windows color (decimal): -212355 or 8241916. OLE color: 8241916.

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

Color convert

RGB 252 194 125 -
CMYK 0 0.23 0.50 0.01
HSL 32.6º 0.95% 0.74% -
HSV(B) 32.6º 0.5% 0.99% -
XYZ 63.14 60.76 27.8 -
YUV 203.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 252 194 125 0 0.23 0.50 0.01 32.6 0.95 0.74
Hex FC C2 7D 0 17 32 1 21 5F 4A
Octal 374 302 175 0 27 62 1 41 137 112
Binary 11111100 11000010 1111101 0 10111 110010 1 100001 1011111 1001010

Color Harmonies of #FCC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC27D

Black with #FCC27D

Text Example


Text Example

White with #FCC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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