Html Css Color HEX #FAC676 Chardonnay

📋 copy color: '#FAC676'

red 250 ◦ green 198 ◦ blue 118

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

Shades of Chardonnay #FAC676

Tints of Chardonnay #FAC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

 BLUE value IS 118 (46.48% from 255) = 20.85%

R = 44.17%
G = 34.98%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC676 (or 0xFAC676) is known color: Chardonnay. HEX triplet: FA, C6 and 76. RGB value is (250,198,118). Sum of RGB (Red+Green+Blue) = 250+198+118=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC676 is #053989. Grayscale: #CCCCCC. Windows color (decimal): -342410 or 7784186. OLE color: 7784186.

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

Color convert

RGB 250 198 118 -
CMYK 0 0.21 0.53 0.02
HSL 36.36º 0.93% 0.72% -
HSV(B) 36.36º 0.53% 0.98% -
XYZ 62.89 62.02 25.8 -
YUV 204.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 250 198 118 0 0.21 0.53 0.02 36.36 0.93 0.72
Hex FA C6 76 0 15 35 2 24 5D 48
Octal 372 306 166 0 25 65 2 44 135 110
Binary 11111010 11000110 1110110 0 10101 110101 10 100100 1011101 1001000

Color Harmonies of #FAC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC676

Black with #FAC676

Text Example


Text Example

White with #FAC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC676; }

 p { color: rgb(250,198,118); }

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

background-color css

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

 a { background-color: rgb(250,198,118); }

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

border-color css

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

 span { border-color: rgb(250,198,118); }

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