Html Css Color HEX #FAC571 Chardonnay

📋 copy color: '#FAC571'

red 250 ◦ green 197 ◦ blue 113

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

Shades of Chardonnay #FAC571

Tints of Chardonnay #FAC571

RGB

 RED value IS 250 (98.05% from 255) = 44.64%

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

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

R = 44.64%
G = 35.18%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC571 (or 0xFAC571) is known color: Chardonnay. HEX triplet: FA, C5 and 71. RGB value is (250,197,113). Sum of RGB (Red+Green+Blue) = 250+197+113=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC571 is #053A8E. Grayscale: #CBCBCB. Windows color (decimal): -342671 or 7456250. OLE color: 7456250.

HSL color Cylindrical-coordinate representation of color #FAC571: hue angle of 36.79º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAC571 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 113 -
CMYK 0 0.21 0.55 0.02
HSL 36.79º 0.93% 0.71% -
HSV(B) 36.79º 0.55% 0.98% -
XYZ 62.37 61.45 24.2 -
YUV 203.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 250 197 113 0 0.21 0.55 0.02 36.79 0.93 0.71
Hex FA C5 71 0 15 37 2 25 5D 47
Octal 372 305 161 0 25 67 2 45 135 107
Binary 11111010 11000101 1110001 0 10101 110111 10 100101 1011101 1000111

Color Harmonies of #FAC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC571

Black with #FAC571

Text Example


Text Example

White with #FAC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC571; }

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

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

background-color css

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

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

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

border-color css

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

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

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