Html Css Color HEX #FAC376 Chardonnay

📋 copy color: '#FAC376'

red 250 ◦ green 195 ◦ blue 118

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

Shades of Chardonnay #FAC376

Tints of Chardonnay #FAC376

RGB

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

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

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

R = 44.4%
G = 34.64%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC376 (or 0xFAC376) is known color: Chardonnay. HEX triplet: FA, C3 and 76. RGB value is (250,195,118). Sum of RGB (Red+Green+Blue) = 250+195+118=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC376 is #053C89. Grayscale: #CBCBCB. Windows color (decimal): -343178 or 7783418. OLE color: 7783418.

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

Color convert

RGB 250 195 118 -
CMYK 0 0.22 0.53 0.02
HSL 35º 0.93% 0.72% -
HSV(B) 35º 0.53% 0.98% -
XYZ 62.21 60.66 25.57 -
YUV 202.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 250 195 118 0 0.22 0.53 0.02 35 0.93 0.72
Hex FA C3 76 0 16 35 2 23 5D 48
Octal 372 303 166 0 26 65 2 43 135 110
Binary 11111010 11000011 1110110 0 10110 110101 10 100011 1011101 1001000

Color Harmonies of #FAC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC376

Black with #FAC376

Text Example


Text Example

White with #FAC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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