Html Css Color HEX #FCC571 Chardonnay

📋 copy color: '#FCC571'

red 252 ◦ green 197 ◦ blue 113

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

Shades of Chardonnay #FCC571

Tints of Chardonnay #FCC571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 44.84%
G = 35.05%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC571 (or 0xFCC571) is known color: Chardonnay. HEX triplet: FC, C5 and 71. RGB value is (252,197,113). Sum of RGB (Red+Green+Blue) = 252+197+113=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC571 is #033A8E. Grayscale: #CCCCCC. Windows color (decimal): -211599 or 7456252. OLE color: 7456252.

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

Color convert

RGB 252 197 113 -
CMYK 0 0.22 0.55 0.01
HSL 36.26º 0.96% 0.72% -
HSV(B) 36.26º 0.55% 0.99% -
XYZ 63.09 61.82 24.23 -
YUV 203.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 252 197 113 0 0.22 0.55 0.01 36.26 0.96 0.72
Hex FC C5 71 0 16 37 1 24 60 48
Octal 374 305 161 0 26 67 1 44 140 110
Binary 11111100 11000101 1110001 0 10110 110111 1 100100 1100000 1001000

Color Harmonies of #FCC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC571

Black with #FCC571

Text Example


Text Example

White with #FCC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC571; }

 p { color: rgb(252,197,113); }

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

background-color css

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

 a { background-color: rgb(252,197,113); }

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

border-color css

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

 span { border-color: rgb(252,197,113); }

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