Html Css Color HEX #FAC580 Chardonnay

📋 copy color: '#FAC580'

red 250 ◦ green 197 ◦ blue 128

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

Shades of Chardonnay #FAC580

Tints of Chardonnay #FAC580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 43.48%
G = 34.26%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC580 (or 0xFAC580) is known color: Chardonnay. HEX triplet: FA, C5 and 80. RGB value is (250,197,128). Sum of RGB (Red+Green+Blue) = 250+197+128=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC580 is #053A7F. Grayscale: #CDCDCD. Windows color (decimal): -342656 or 8439290. OLE color: 8439290.

HSL color Cylindrical-coordinate representation of color #FAC580: hue angle of 33.93º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAC580 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 128 -
CMYK 0 0.21 0.49 0.02
HSL 33.93º 0.92% 0.74% -
HSV(B) 33.93º 0.49% 0.98% -
XYZ 63.29 61.82 29.02 -
YUV 204.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 250 197 128 0 0.21 0.49 0.02 33.93 0.92 0.74
Hex FA C5 80 0 15 31 2 22 5C 4A
Octal 372 305 200 0 25 61 2 42 134 112
Binary 11111010 11000101 10000000 0 10101 110001 10 100010 1011100 1001010

Color Harmonies of #FAC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC580

Black with #FAC580

Text Example


Text Example

White with #FAC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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