Html Css Color HEX #FAC281 Chardonnay

📋 copy color: '#FAC281'

red 250 ◦ green 194 ◦ blue 129

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

Shades of Chardonnay #FAC281

Tints of Chardonnay #FAC281

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

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

R = 43.63%
G = 33.86%
B = 22.51%

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

#FAC281 (or 0xFAC281) is known color: Chardonnay. HEX triplet: FA, C2 and 81. RGB value is (250,194,129). Sum of RGB (Red+Green+Blue) = 250+194+129=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC281 is #053D7E. Grayscale: #CBCBCB. Windows color (decimal): -343423 or 8504058. OLE color: 8504058.

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

Color convert

RGB 250 194 129 -
CMYK 0 0.22 0.48 0.02
HSL 32.23º 0.92% 0.74% -
HSV(B) 32.23º 0.48% 0.98% -
XYZ 62.68 60.49 29.14 -
YUV 203.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 250 194 129 0 0.22 0.48 0.02 32.23 0.92 0.74
Hex FA C2 81 0 16 30 2 20 5C 4A
Octal 372 302 201 0 26 60 2 40 134 112
Binary 11111010 11000010 10000001 0 10110 110000 10 100000 1011100 1001010

Color Harmonies of #FAC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC281

Black with #FAC281

Text Example


Text Example

White with #FAC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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