Html Css Color HEX #FAC97B Chardonnay

📋 copy color: '#FAC97B'

red 250 ◦ green 201 ◦ blue 123

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

Shades of Chardonnay #FAC97B

Tints of Chardonnay #FAC97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.43%

R = 43.55%
G = 35.02%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAC97B (or 0xFAC97B) is known color: Chardonnay. HEX triplet: FA, C9 and 7B. RGB value is (250,201,123). Sum of RGB (Red+Green+Blue) = 250+201+123=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC97B is #053684. Grayscale: #CFCFCF. Windows color (decimal): -341637 or 8112634. OLE color: 8112634.

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

Color convert

RGB 250 201 123 -
CMYK 0 0.20 0.51 0.02
HSL 36.85º 0.93% 0.73% -
HSV(B) 36.85º 0.51% 0.98% -
XYZ 63.89 63.53 27.63 -
YUV 206.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 250 201 123 0 0.20 0.51 0.02 36.85 0.93 0.73
Hex FA C9 7B 0 14 33 2 25 5D 49
Octal 372 311 173 0 24 63 2 45 135 111
Binary 11111010 11001001 1111011 0 10100 110011 10 100101 1011101 1001001

Color Harmonies of #FAC97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC97B

Black with #FAC97B

Text Example


Text Example

White with #FAC97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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