Html Css Color HEX #FAC97E Chardonnay

📋 copy color: '#FAC97E'

red 250 ◦ green 201 ◦ blue 126

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

Shades of Chardonnay #FAC97E

Tints of Chardonnay #FAC97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.84%

R = 43.33%
G = 34.84%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC97E (or 0xFAC97E) is known color: Chardonnay. HEX triplet: FA, C9 and 7E. RGB value is (250,201,126). Sum of RGB (Red+Green+Blue) = 250+201+126=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC97E is #053681. Grayscale: #CFCFCF. Windows color (decimal): -341634 or 8309242. OLE color: 8309242.

HSL color Cylindrical-coordinate representation of color #FAC97E: hue angle of 36.29º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC97E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 126 -
CMYK 0 0.20 0.50 0.02
HSL 36.29º 0.93% 0.74% -
HSV(B) 36.29º 0.5% 0.98% -
XYZ 64.08 63.6 28.64 -
YUV 207.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 250 201 126 0 0.20 0.50 0.02 36.29 0.93 0.74
Hex FA C9 7E 0 14 32 2 24 5D 4A
Octal 372 311 176 0 24 62 2 44 135 112
Binary 11111010 11001001 1111110 0 10100 110010 10 100100 1011101 1001010

Color Harmonies of #FAC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC97E

Black with #FAC97E

Text Example


Text Example

White with #FAC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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