Html Css Color HEX #FAC279 Chardonnay

📋 copy color: '#FAC279'

red 250 ◦ green 194 ◦ blue 121

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

Shades of Chardonnay #FAC279

Tints of Chardonnay #FAC279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 44.25%
G = 34.34%
B = 21.42%

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

#FAC279 (or 0xFAC279) is known color: Chardonnay. HEX triplet: FA, C2 and 79. RGB value is (250,194,121). Sum of RGB (Red+Green+Blue) = 250+194+121=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC279 is #053D86. Grayscale: #CACACA. Windows color (decimal): -343431 or 7979770. OLE color: 7979770.

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

Color convert

RGB 250 194 121 -
CMYK 0 0.22 0.52 0.02
HSL 33.95º 0.93% 0.73% -
HSV(B) 33.95º 0.52% 0.98% -
XYZ 62.17 60.29 26.45 -
YUV 202.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 250 194 121 0 0.22 0.52 0.02 33.95 0.93 0.73
Hex FA C2 79 0 16 34 2 22 5D 49
Octal 372 302 171 0 26 64 2 42 135 111
Binary 11111010 11000010 1111001 0 10110 110100 10 100010 1011101 1001001

Color Harmonies of #FAC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC279

Black with #FAC279

Text Example


Text Example

White with #FAC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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