Html Css Color HEX #FAC176 Chardonnay

📋 copy color: '#FAC176'

red 250 ◦ green 193 ◦ blue 118

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

Shades of Chardonnay #FAC176

Tints of Chardonnay #FAC176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.4%

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

R = 44.56%
G = 34.4%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC176 (or 0xFAC176) is known color: Chardonnay. HEX triplet: FA, C1 and 76. RGB value is (250,193,118). Sum of RGB (Red+Green+Blue) = 250+193+118=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC176 is #053E89. Grayscale: #C9C9C9. Windows color (decimal): -343690 or 7782906. OLE color: 7782906.

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

Color convert

RGB 250 193 118 -
CMYK 0 0.23 0.53 0.02
HSL 34.09º 0.93% 0.72% -
HSV(B) 34.09º 0.53% 0.98% -
XYZ 61.76 59.77 25.42 -
YUV 201.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 250 193 118 0 0.23 0.53 0.02 34.09 0.93 0.72
Hex FA C1 76 0 17 35 2 22 5D 48
Octal 372 301 166 0 27 65 2 42 135 110
Binary 11111010 11000001 1110110 0 10111 110101 10 100010 1011101 1001000

Color Harmonies of #FAC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC176

Black with #FAC176

Text Example


Text Example

White with #FAC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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