Html Css Color HEX #FAC97D Chardonnay

📋 copy color: '#FAC97D'

red 250 ◦ green 201 ◦ blue 125

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

Shades of Chardonnay #FAC97D

Tints of Chardonnay #FAC97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.7%

R = 43.4%
G = 34.9%
B = 21.7%

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

#FAC97D (or 0xFAC97D) is known color: Chardonnay. HEX triplet: FA, C9 and 7D. RGB value is (250,201,125). Sum of RGB (Red+Green+Blue) = 250+201+125=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC97D is #053682. Grayscale: #CFCFCF. Windows color (decimal): -341635 or 8243706. OLE color: 8243706.

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

Color convert

RGB 250 201 125 -
CMYK 0 0.20 0.50 0.02
HSL 36.48º 0.93% 0.74% -
HSV(B) 36.48º 0.5% 0.98% -
XYZ 64.01 63.58 28.3 -
YUV 206.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 250 201 125 0 0.20 0.50 0.02 36.48 0.93 0.74
Hex FA C9 7D 0 14 32 2 24 5D 4A
Octal 372 311 175 0 24 62 2 44 135 112
Binary 11111010 11001001 1111101 0 10100 110010 10 100100 1011101 1001010

Color Harmonies of #FAC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC97D

Black with #FAC97D

Text Example


Text Example

White with #FAC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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