Html Css Color HEX #FAC271 Chardonnay

📋 copy color: '#FAC271'

red 250 ◦ green 194 ◦ blue 113

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

Shades of Chardonnay #FAC271

Tints of Chardonnay #FAC271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.29%

R = 44.88%
G = 34.83%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC271 (or 0xFAC271) is known color: Chardonnay. HEX triplet: FA, C2 and 71. RGB value is (250,194,113). Sum of RGB (Red+Green+Blue) = 250+194+113=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC271 is #053D8E. Grayscale: #C9C9C9. Windows color (decimal): -343439 or 7455482. OLE color: 7455482.

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

Color convert

RGB 250 194 113 -
CMYK 0 0.22 0.55 0.02
HSL 35.47º 0.93% 0.71% -
HSV(B) 35.47º 0.55% 0.98% -
XYZ 61.7 60.1 23.97 -
YUV 201.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 250 194 113 0 0.22 0.55 0.02 35.47 0.93 0.71
Hex FA C2 71 0 16 37 2 23 5D 47
Octal 372 302 161 0 26 67 2 43 135 107
Binary 11111010 11000010 1110001 0 10110 110111 10 100011 1011101 1000111

Color Harmonies of #FAC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC271

Black with #FAC271

Text Example


Text Example

White with #FAC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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