Html Css Color HEX #FAC380 Chardonnay

📋 copy color: '#FAC380'

red 250 ◦ green 195 ◦ blue 128

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

Shades of Chardonnay #FAC380

Tints of Chardonnay #FAC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 43.63%
G = 34.03%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC380 (or 0xFAC380) is known color: Chardonnay. HEX triplet: FA, C3 and 80. RGB value is (250,195,128). Sum of RGB (Red+Green+Blue) = 250+195+128=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC380 is #053C7F. Grayscale: #CCCCCC. Windows color (decimal): -343168 or 8438778. OLE color: 8438778.

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

Color convert

RGB 250 195 128 -
CMYK 0 0.22 0.49 0.02
HSL 32.95º 0.92% 0.74% -
HSV(B) 32.95º 0.49% 0.98% -
XYZ 62.84 60.91 28.87 -
YUV 203.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 250 195 128 0 0.22 0.49 0.02 32.95 0.92 0.74
Hex FA C3 80 0 16 31 2 21 5C 4A
Octal 372 303 200 0 26 61 2 41 134 112
Binary 11111010 11000011 10000000 0 10110 110001 10 100001 1011100 1001010

Color Harmonies of #FAC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC380

Black with #FAC380

Text Example


Text Example

White with #FAC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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