Html Css Color HEX #FACC7B Chardonnay

📋 copy color: '#FACC7B'

red 250 ◦ green 204 ◦ blue 123

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

Shades of Chardonnay #FACC7B

Tints of Chardonnay #FACC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.36%

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

R = 43.33%
G = 35.36%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FACC7B (or 0xFACC7B) is known color: Chardonnay. HEX triplet: FA, CC and 7B. RGB value is (250,204,123). Sum of RGB (Red+Green+Blue) = 250+204+123=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC7B is #053384. Grayscale: #D0D0D0. Windows color (decimal): -340869 or 8113402. OLE color: 8113402.

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

Color convert

RGB 250 204 123 -
CMYK 0 0.18 0.51 0.02
HSL 38.27º 0.93% 0.73% -
HSV(B) 38.27º 0.51% 0.98% -
XYZ 64.59 64.94 27.87 -
YUV 208.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 250 204 123 0 0.18 0.51 0.02 38.27 0.93 0.73
Hex FA CC 7B 0 12 33 2 26 5D 49
Octal 372 314 173 0 22 63 2 46 135 111
Binary 11111010 11001100 1111011 0 10010 110011 10 100110 1011101 1001001

Color Harmonies of #FACC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC7B

Black with #FACC7B

Text Example


Text Example

White with #FACC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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