Html Css Color HEX #FAC381 Chardonnay

📋 copy color: '#FAC381'

red 250 ◦ green 195 ◦ blue 129

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

Shades of Chardonnay #FAC381

Tints of Chardonnay #FAC381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.47%

R = 43.55%
G = 33.97%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC381 (or 0xFAC381) is known color: Chardonnay. HEX triplet: FA, C3 and 81. RGB value is (250,195,129). Sum of RGB (Red+Green+Blue) = 250+195+129=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC381 is #053C7E. Grayscale: #CCCCCC. Windows color (decimal): -343167 or 8504314. OLE color: 8504314.

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

Color convert

RGB 250 195 129 -
CMYK 0 0.22 0.48 0.02
HSL 32.73º 0.92% 0.74% -
HSV(B) 32.73º 0.48% 0.98% -
XYZ 62.9 60.94 29.22 -
YUV 203.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 250 195 129 0 0.22 0.48 0.02 32.73 0.92 0.74
Hex FA C3 81 0 16 30 2 21 5C 4A
Octal 372 303 201 0 26 60 2 41 134 112
Binary 11111010 11000011 10000001 0 10110 110000 10 100001 1011100 1001010

Color Harmonies of #FAC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC381

Black with #FAC381

Text Example


Text Example

White with #FAC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC381; }

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

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

background-color css

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

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

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

border-color css

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

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

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