Html Css Color HEX #FCC27A Chardonnay

📋 copy color: '#FCC27A'

red 252 ◦ green 194 ◦ blue 122

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

Shades of Chardonnay #FCC27A

Tints of Chardonnay #FCC27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 44.37%
G = 34.15%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCC27A (or 0xFCC27A) is known color: Chardonnay. HEX triplet: FC, C2 and 7A. RGB value is (252,194,122). Sum of RGB (Red+Green+Blue) = 252+194+122=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC27A is #033D85. Grayscale: #CBCBCB. Windows color (decimal): -212358 or 8045308. OLE color: 8045308.

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

Color convert

RGB 252 194 122 -
CMYK 0 0.23 0.52 0.01
HSL 33.23º 0.96% 0.73% -
HSV(B) 33.23º 0.52% 0.99% -
XYZ 62.95 60.68 26.81 -
YUV 203.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 252 194 122 0 0.23 0.52 0.01 33.23 0.96 0.73
Hex FC C2 7A 0 17 34 1 21 60 49
Octal 374 302 172 0 27 64 1 41 140 111
Binary 11111100 11000010 1111010 0 10111 110100 1 100001 1100000 1001001

Color Harmonies of #FCC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC27A

Black with #FCC27A

Text Example


Text Example

White with #FCC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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