Html Css Color HEX #FAC171 Chardonnay

📋 copy color: '#FAC171'

red 250 ◦ green 193 ◦ blue 113

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

Shades of Chardonnay #FAC171

Tints of Chardonnay #FAC171

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

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

R = 44.96%
G = 34.71%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC171 (or 0xFAC171) is known color: Chardonnay. HEX triplet: FA, C1 and 71. RGB value is (250,193,113). Sum of RGB (Red+Green+Blue) = 250+193+113=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC171 is #053E8E. Grayscale: #C9C9C9. Windows color (decimal): -343695 or 7455226. OLE color: 7455226.

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

Color convert

RGB 250 193 113 -
CMYK 0 0.23 0.55 0.02
HSL 35.04º 0.93% 0.71% -
HSV(B) 35.04º 0.55% 0.98% -
XYZ 61.47 59.66 23.9 -
YUV 200.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 250 193 113 0 0.23 0.55 0.02 35.04 0.93 0.71
Hex FA C1 71 0 17 37 2 23 5D 47
Octal 372 301 161 0 27 67 2 43 135 107
Binary 11111010 11000001 1110001 0 10111 110111 10 100011 1011101 1000111

Color Harmonies of #FAC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC171

Black with #FAC171

Text Example


Text Example

White with #FAC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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