Html Css Color HEX #FAC079 Chardonnay

📋 copy color: '#FAC079'

red 250 ◦ green 192 ◦ blue 121

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

Shades of Chardonnay #FAC079

Tints of Chardonnay #FAC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 44.4%
G = 34.1%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC079 (or 0xFAC079) is known color: Chardonnay. HEX triplet: FA, C0 and 79. RGB value is (250,192,121). Sum of RGB (Red+Green+Blue) = 250+192+121=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC079 is #053F86. Grayscale: #C9C9C9. Windows color (decimal): -343943 or 7979258. OLE color: 7979258.

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

Color convert

RGB 250 192 121 -
CMYK 0 0.23 0.52 0.02
HSL 33.02º 0.93% 0.73% -
HSV(B) 33.02º 0.52% 0.98% -
XYZ 61.73 59.4 26.3 -
YUV 201.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 250 192 121 0 0.23 0.52 0.02 33.02 0.93 0.73
Hex FA C0 79 0 17 34 2 21 5D 49
Octal 372 300 171 0 27 64 2 41 135 111
Binary 11111010 11000000 1111001 0 10111 110100 10 100001 1011101 1001001

Color Harmonies of #FAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC079

Black with #FAC079

Text Example


Text Example

White with #FAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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