Html Css Color HEX #FAC17C Chardonnay

📋 copy color: '#FAC17C'

red 250 ◦ green 193 ◦ blue 124

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

Shades of Chardonnay #FAC17C

Tints of Chardonnay #FAC17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 44.09%
G = 34.04%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC17C (or 0xFAC17C) is known color: Chardonnay. HEX triplet: FA, C1 and 7C. RGB value is (250,193,124). Sum of RGB (Red+Green+Blue) = 250+193+124=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC17C is #053E83. Grayscale: #CACACA. Windows color (decimal): -343684 or 8176122. OLE color: 8176122.

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

Color convert

RGB 250 193 124 -
CMYK 0 0.23 0.50 0.02
HSL 32.86º 0.93% 0.73% -
HSV(B) 32.86º 0.5% 0.98% -
XYZ 62.13 59.92 27.36 -
YUV 202.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 250 193 124 0 0.23 0.50 0.02 32.86 0.93 0.73
Hex FA C1 7C 0 17 32 2 21 5D 49
Octal 372 301 174 0 27 62 2 41 135 111
Binary 11111010 11000001 1111100 0 10111 110010 10 100001 1011101 1001001

Color Harmonies of #FAC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC17C

Black with #FAC17C

Text Example


Text Example

White with #FAC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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