Html Css Color HEX #FAC276 Chardonnay

📋 copy color: '#FAC276'

red 250 ◦ green 194 ◦ blue 118

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

Shades of Chardonnay #FAC276

Tints of Chardonnay #FAC276

RGB

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

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

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

R = 44.48%
G = 34.52%
B = 21%

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

#FAC276 (or 0xFAC276) is known color: Chardonnay. HEX triplet: FA, C2 and 76. RGB value is (250,194,118). Sum of RGB (Red+Green+Blue) = 250+194+118=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC276 is #053D89. Grayscale: #CACACA. Windows color (decimal): -343434 or 7783162. OLE color: 7783162.

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

Color convert

RGB 250 194 118 -
CMYK 0 0.22 0.53 0.02
HSL 34.55º 0.93% 0.72% -
HSV(B) 34.55º 0.53% 0.98% -
XYZ 61.99 60.22 25.5 -
YUV 202.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 250 194 118 0 0.22 0.53 0.02 34.55 0.93 0.72
Hex FA C2 76 0 16 35 2 23 5D 48
Octal 372 302 166 0 26 65 2 43 135 110
Binary 11111010 11000010 1110110 0 10110 110101 10 100011 1011101 1001000

Color Harmonies of #FAC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC276

Black with #FAC276

Text Example


Text Example

White with #FAC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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