Html Css Color HEX #FAC47C Chardonnay

📋 copy color: '#FAC47C'

red 250 ◦ green 196 ◦ blue 124

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

Shades of Chardonnay #FAC47C

Tints of Chardonnay #FAC47C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

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

R = 43.86%
G = 34.39%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC47C (or 0xFAC47C) is known color: Chardonnay. HEX triplet: FA, C4 and 7C. RGB value is (250,196,124). Sum of RGB (Red+Green+Blue) = 250+196+124=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC47C is #053B83. Grayscale: #CCCCCC. Windows color (decimal): -342916 or 8176890. OLE color: 8176890.

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

Color convert

RGB 250 196 124 -
CMYK 0 0.22 0.50 0.02
HSL 34.29º 0.93% 0.73% -
HSV(B) 34.29º 0.5% 0.98% -
XYZ 62.8 61.26 27.58 -
YUV 203.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 250 196 124 0 0.22 0.50 0.02 34.29 0.93 0.73
Hex FA C4 7C 0 16 32 2 22 5D 49
Octal 372 304 174 0 26 62 2 42 135 111
Binary 11111010 11000100 1111100 0 10110 110010 10 100010 1011101 1001001

Color Harmonies of #FAC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC47C

Black with #FAC47C

Text Example


Text Example

White with #FAC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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