Html Css Color HEX #FAC57F Chardonnay

📋 copy color: '#FAC57F'

red 250 ◦ green 197 ◦ blue 127

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

Shades of Chardonnay #FAC57F

Tints of Chardonnay #FAC57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.13%

R = 43.55%
G = 34.32%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC57F (or 0xFAC57F) is known color: Chardonnay. HEX triplet: FA, C5 and 7F. RGB value is (250,197,127). Sum of RGB (Red+Green+Blue) = 250+197+127=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57F is #053A80. Grayscale: #CDCDCD. Windows color (decimal): -342657 or 8373754. OLE color: 8373754.

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

Color convert

RGB 250 197 127 -
CMYK 0 0.21 0.49 0.02
HSL 34.15º 0.92% 0.74% -
HSV(B) 34.15º 0.49% 0.98% -
XYZ 63.22 61.79 28.67 -
YUV 204.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 250 197 127 0 0.21 0.49 0.02 34.15 0.92 0.74
Hex FA C5 7F 0 15 31 2 22 5C 4A
Octal 372 305 177 0 25 61 2 42 134 112
Binary 11111010 11000101 1111111 0 10101 110001 10 100010 1011100 1001010

Color Harmonies of #FAC57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC57F

Black with #FAC57F

Text Example


Text Example

White with #FAC57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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