Html Css Color HEX #FAC57A Chardonnay

📋 copy color: '#FAC57A'

red 250 ◦ green 197 ◦ blue 122

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

Shades of Chardonnay #FAC57A

Tints of Chardonnay #FAC57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 43.94%
G = 34.62%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAC57A (or 0xFAC57A) is known color: Chardonnay. HEX triplet: FA, C5 and 7A. RGB value is (250,197,122). Sum of RGB (Red+Green+Blue) = 250+197+122=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57A is #053A85. Grayscale: #CCCCCC. Windows color (decimal): -342662 or 8046074. OLE color: 8046074.

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

Color convert

RGB 250 197 122 -
CMYK 0 0.21 0.51 0.02
HSL 35.16º 0.93% 0.73% -
HSV(B) 35.16º 0.51% 0.98% -
XYZ 62.9 61.66 27 -
YUV 204.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 250 197 122 0 0.21 0.51 0.02 35.16 0.93 0.73
Hex FA C5 7A 0 15 33 2 23 5D 49
Octal 372 305 172 0 25 63 2 43 135 111
Binary 11111010 11000101 1111010 0 10101 110011 10 100011 1011101 1001001

Color Harmonies of #FAC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC57A

Black with #FAC57A

Text Example


Text Example

White with #FAC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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