Html Css Color HEX #FAC57D Chardonnay

📋 copy color: '#FAC57D'

red 250 ◦ green 197 ◦ blue 125

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

Shades of Chardonnay #FAC57D

Tints of Chardonnay #FAC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

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

R = 43.71%
G = 34.44%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC57D (or 0xFAC57D) is known color: Chardonnay. HEX triplet: FA, C5 and 7D. RGB value is (250,197,125). Sum of RGB (Red+Green+Blue) = 250+197+125=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57D is #053A82. Grayscale: #CCCCCC. Windows color (decimal): -342659 or 8242682. OLE color: 8242682.

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

Color convert

RGB 250 197 125 -
CMYK 0 0.21 0.50 0.02
HSL 34.56º 0.93% 0.74% -
HSV(B) 34.56º 0.5% 0.98% -
XYZ 63.09 61.74 27.99 -
YUV 204.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 250 197 125 0 0.21 0.50 0.02 34.56 0.93 0.74
Hex FA C5 7D 0 15 32 2 23 5D 4A
Octal 372 305 175 0 25 62 2 43 135 112
Binary 11111010 11000101 1111101 0 10101 110010 10 100011 1011101 1001010

Color Harmonies of #FAC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC57D

Black with #FAC57D

Text Example


Text Example

White with #FAC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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