Html Css Color HEX #FAC379 Chardonnay

📋 copy color: '#FAC379'

red 250 ◦ green 195 ◦ blue 121

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

Shades of Chardonnay #FAC379

Tints of Chardonnay #FAC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

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

R = 44.17%
G = 34.45%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC379 (or 0xFAC379) is known color: Chardonnay. HEX triplet: FA, C3 and 79. RGB value is (250,195,121). Sum of RGB (Red+Green+Blue) = 250+195+121=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC379 is #053C86. Grayscale: #CBCBCB. Windows color (decimal): -343175 or 7980026. OLE color: 7980026.

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

Color convert

RGB 250 195 121 -
CMYK 0 0.22 0.52 0.02
HSL 34.42º 0.93% 0.73% -
HSV(B) 34.42º 0.52% 0.98% -
XYZ 62.39 60.73 26.52 -
YUV 203.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 250 195 121 0 0.22 0.52 0.02 34.42 0.93 0.73
Hex FA C3 79 0 16 34 2 22 5D 49
Octal 372 303 171 0 26 64 2 42 135 111
Binary 11111010 11000011 1111001 0 10110 110100 10 100010 1011101 1001001

Color Harmonies of #FAC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC379

Black with #FAC379

Text Example


Text Example

White with #FAC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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