Html Css Color HEX #FAC979 Chardonnay

📋 copy color: '#FAC979'

red 250 ◦ green 201 ◦ blue 121

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

Shades of Chardonnay #FAC979

Tints of Chardonnay #FAC979

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

 BLUE value IS 121 (47.66% from 255) = 21.15%

R = 43.71%
G = 35.14%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC979 (or 0xFAC979) is known color: Chardonnay. HEX triplet: FA, C9 and 79. RGB value is (250,201,121). Sum of RGB (Red+Green+Blue) = 250+201+121=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC979 is #053686. Grayscale: #CECECE. Windows color (decimal): -341639 or 7981562. OLE color: 7981562.

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

Color convert

RGB 250 201 121 -
CMYK 0 0.20 0.52 0.02
HSL 37.21º 0.93% 0.73% -
HSV(B) 37.21º 0.52% 0.98% -
XYZ 63.76 63.48 26.98 -
YUV 206.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 250 201 121 0 0.20 0.52 0.02 37.21 0.93 0.73
Hex FA C9 79 0 14 34 2 25 5D 49
Octal 372 311 171 0 24 64 2 45 135 111
Binary 11111010 11001001 1111001 0 10100 110100 10 100101 1011101 1001001

Color Harmonies of #FAC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC979

Black with #FAC979

Text Example


Text Example

White with #FAC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC979; }

 p { color: rgb(250,201,121); }

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

background-color css

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

 a { background-color: rgb(250,201,121); }

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

border-color css

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

 span { border-color: rgb(250,201,121); }

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