Html Css Color HEX #FAC976 Chardonnay

📋 copy color: '#FAC976'

red 250 ◦ green 201 ◦ blue 118

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

Shades of Chardonnay #FAC976

Tints of Chardonnay #FAC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.33%

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

R = 43.94%
G = 35.33%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC976 (or 0xFAC976) is known color: Chardonnay. HEX triplet: FA, C9 and 76. RGB value is (250,201,118). Sum of RGB (Red+Green+Blue) = 250+201+118=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC976 is #053689. Grayscale: #CECECE. Windows color (decimal): -341642 or 7784954. OLE color: 7784954.

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

Color convert

RGB 250 201 118 -
CMYK 0 0.20 0.53 0.02
HSL 37.73º 0.93% 0.72% -
HSV(B) 37.73º 0.53% 0.98% -
XYZ 63.58 63.41 26.03 -
YUV 206.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 250 201 118 0 0.20 0.53 0.02 37.73 0.93 0.72
Hex FA C9 76 0 14 35 2 26 5D 48
Octal 372 311 166 0 24 65 2 46 135 110
Binary 11111010 11001001 1110110 0 10100 110101 10 100110 1011101 1001000

Color Harmonies of #FAC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC976

Black with #FAC976

Text Example


Text Example

White with #FAC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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